3d49cae5predictionP0

No team plays itself

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 — no team plays itself",
  "description": "Across the full bracket the same team must never appear on both sides of a fixture (a team cannot play itself). Catches naive prediction code that reuses team codes when picking advance-winners for QF/SF/Final brackets.",
  "priority": "p0",
  "metadata": {
    "category": "prediction",
    "stage": "all"
  },
  "planSteps": [
    {
      "type": "action",
      "description": "Navigate to the homepage and read the bracket section"
    },
    {
      "type": "assertion",
      "description": "Verify that for every visible match fixture in the bracket, the home team name is different from the away team name (no fixture shows the same team on both sides)"
    }
  ]
}
View on GitHub →