1ec4b015prediction
Every team in bracket exists in fixtures
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 — every team in the bracket exists in the fixtures feed",
"description": "All home and away team codes shown in the bracket must come from the fixtures-feed.io knockouts.json team list (no hallucinated countries). Catches model bugs that confidently invent 'Atlantis' as a knockout team.",
"priority": "p0",
"metadata": {
"category": "prediction",
"stage": "all"
},
"planSteps": [
{
"type": "action",
"description": "Navigate to the homepage and read every team name shown in the bracket section"
},
{
"type": "assertion",
"description": "Verify every team name displayed in the bracket is drawn from the canonical 16-team field: Brazil, Croatia, Argentina, Portugal, France, Germany, England, Spain, Netherlands, Belgium, Italy, Uruguay, USA, Mexico, Japan, South Korea — no other country names appear as participants"
}
]
}View on GitHub →