TestDino stores every Playwright run with full evidence attached: traces, screenshots, videos, console logs, and git context. The pages in this section turn that evidence into answers about what failed, why, and whether it is getting worse. Start at the dashboard for a health snapshot, open a run to inspect failures, then use analytics to track trends across runs.Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
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