580742e7prediction

Bracket progresses logically

Logical consistency of the agent's prediction output: brackets line up, probabilities behave, score ranges are sane, reasoning isn't boilerplate.

Cross-agent verdicts

Loading verdicts…

Plan source

What TestSprite reads

The testing agent reads this JSON, opens the deployed URL in headless Chromium, executes each action step, evaluates each assertion. Verdict: passed / failed / blocked / inconclusive.

{
  "projectId": "1ad26753-ee03-4689-8f0f-6fa5d67c5c72",
  "type": "frontend",
  "name": "Prediction consistency — bracket progression is internally consistent",
  "description": "The QF teams must each be one of the two teams predicted to win their corresponding R16 fixture. Catches bracket-rendering bugs where the prediction layer and the UI layer disagree about who advances.",
  "priority": "p0",
  "metadata": {
    "category": "prediction",
    "stage": "all"
  },
  "planSteps": [
    {
      "type": "action",
      "description": "Navigate to the homepage and locate the bracket section"
    },
    {
      "type": "assertion",
      "description": "Verify the four QF fixtures shown in the bracket each list two teams where each of the two teams is also visible as the predicted winner of its corresponding R16 fixture in the same bracket"
    }
  ]
}
View on GitHub →