Report Navigation
When to Use
Finding the test you want to triage in a long report.
Home Page Layout
A flat list of all executed tests. Per-test row: title, file path, project (browser), duration, status pill (passed / failed / flaky / skipped / timed out).
Top-of-Page Controls
- Status filter chips — All / Passed / Failed / Flaky / Skipped
- Project filter — appears when
projectsconfig has multiple entries - Free-text search — matches title and file path; supports prefixes:
s:failed— status filterp:chromium— project filter@tag— annotation tagfile:— file filter- Tags —
@smoke,@vretc. become clickable filter chips
Pattern: Triage Flow
1. Click Failed status chip → narrow to failures
2. Filter by project → focus on one browser/viewport
3. Search for keyword → find the test
4. Click row → open per-test detail
Common Mistakes
- Sorting expectations — sorting is implicit (failed first, then by file); no manual sort UI
- Looking for tag UI without tagging tests —
@smokeetc. only appear if tests carry annotations