What you’ll learn
- How AI categorizes failures (Actual Bug, UI Change, Unstable, Miscellaneous)
- What error variants and failure patterns reveal
- How to filter the error analysis table by variant, category, and pattern
KPI Tiles
Error Variants
Shows distinct error signatures and how many tests match each variant, for example, timeout, element not found, network error, or timing-related. Use this to identify the most common failure shape in the run.AI Failure Categorization
Shows how failures are classified into:- Actual bug
- UI change
- Unstable Test
- Miscellaneous
Failure Patterns
Highlights how failing tests behave across recent executions:- New Failures: Tests that started failing within the selected window.
- Regressions: Tests that passed recently but now fail again.
- Consistent Failures: Tests failing across most or all recent runs.
Error Analysis
This table lists failing tests with:- Test case
- Failure category
- Error text
- Error variant
- Duration
Filtering
Selecting any tile (variant, category, or pattern) adds an active filter chip and scopes the table to matching tests. Combine one Error Variant with one AI Category to get a focused slice, for example, Actual Bug + Timeout.Related
Summary
Group failures by cause
Specs
Review results by spec file
Errors
Group failures by error message
History
Spot regressions and drift
Configuration
Debug environment differences
Test Cases
Individual test analysis