5574cd85surfaces
sitemap.xml lists index + 16 match URLs
Pages, routes, and HTTP endpoints the deployed app must expose. Probes verify HTTP status, expected JSON shape, and visual landmarks.
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": "Sitemap — /sitemap.xml lists the bracket index and all 16 match-detail URLs",
"description": "GET /sitemap.xml returns a well-formed XML sitemap listing /, every /match/<id> permalink, and the OG-image endpoints. Catches missing-sitemap bugs that hurt initial crawl + share-preview cache warmup.",
"priority": "p2",
"metadata": {
"category": "surfaces",
"stage": "all"
},
"planSteps": [
{
"type": "action",
"description": "Navigate to /sitemap.xml"
},
{
"type": "assertion",
"description": "Verify the response is application/xml (or text/xml) and contains a <urlset> root element"
},
{
"type": "assertion",
"description": "Verify the sitemap contains at least 17 <loc> entries — the bracket index plus all 16 match-detail URLs"
}
]
}View on GitHub →