Report Navigation
When to Use
Use this when finding a specific test to triage in a long report, especially in multi-browser × multi-viewport runs.
Decision
| Task | How |
|---|---|
| Narrow to failures | Click Failed status chip |
| Scope to one browser | Use project filter chip |
| Find by name or file | Free-text search box |
| Filter by tag | Click @tag chip or use @tag in search |
Pattern
Standard 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
Search prefixes:
| Prefix | Example | What it filters |
|---|---|---|
s: |
s:failed |
Status |
p: |
p:chromium |
Project |
@ |
@smoke |
Annotation tag |
file: |
file:header |
File path |
Common Mistakes
- Wrong: expecting a sort UI → Right: ordering is implicit (failed first, then by file); no manual sort
- Wrong: looking for
@tagfilter chips when tests have no annotations → Right: tags only appear if tests usetest.annotationswith tag syntax