Quick Reference
| Page | Use it to |
|---|---|
| Dashboard | See test health, trends, flaky tests, and PR status in one view |
| Test Runs | Inspect a single run with traces, screenshots, videos, and logs |
| Test Cases | Track an individual test’s pass rate and history over time |
| Test Explorer | Browse and filter every test across runs and branches |
| Pull Requests | Review test results per pull request before merge |
| Analytics | Measure health, coverage, and error trends across runs |
Debug a failure
When a run fails, the goal is root cause, not just a red mark. TestDino groups failures and attaches the evidence to each one.| Task | Page |
|---|---|
| Read the failure with full evidence | Debug Test Failures |
| Replay the run step by step | Trace Viewer |
| Group similar failures by root cause | Error Grouping |
Check test quality
Beyond pass or fail, these pages surface the signals that decide whether a suite is trustworthy.| Signal | Page |
|---|---|
| Flaky tests across runs | Flaky Test Detection |
| Code covered by tests | Code Coverage |
| Test metadata and tags | Test Annotations |
| Visual regression diffs | Visual Testing |
| Component-level tests | Component Testing |
Related
Dashboard
Unified view of test health and trends
Test Runs
Inspect a single run with full evidence
Analytics
Track health and error trends across runs
AI Insights
Let AI classify failures and suggest fixes