> ## 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.

# Debug and Analyze Playwright Tests

> Inspect test runs, cases, pull requests, and analytics to find and fix Playwright failures across runs.

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.

## Quick Reference

| Page                                                | Use it to                                                       |
| :-------------------------------------------------- | :-------------------------------------------------------------- |
| [Dashboard](/platform/playwright-test-dashboard)    | See test health, trends, flaky tests, and PR status in one view |
| [Test Runs](/platform/playwright-test-runs)         | Inspect a single run with traces, screenshots, videos, and logs |
| [Test Cases](/platform/playwright-test-cases)       | Track an individual test's pass rate and history over time      |
| [Test Explorer](/platform/playwright-test-explorer) | Browse and filter every test across runs and branches           |
| [Pull Requests](/platform/pull-requests/overview)   | Review test results per pull request before merge               |
| [Analytics](/platform/playwright-test-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](/guides/debug-playwright-test-failures) |
| Replay the run step by step          | [Trace Viewer](/guides/playwright-trace-viewer)               |
| Group similar failures by root cause | [Error Grouping](/guides/playwright-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](/guides/playwright-flaky-test-detection) |
| Code covered by tests   | [Code Coverage](/guides/playwright-code-coverage)               |
| Test metadata and tags  | [Test Annotations](/guides/playwright-test-annotations)         |
| Visual regression diffs | [Visual Testing](/guides/playwright-visual-testing)             |
| Component-level tests   | [Component Testing](/guides/playwright-component-testing)       |

## Related

<CardGroup cols={2}>
  <Card title="Dashboard" icon="gauge" href="/platform/playwright-test-dashboard">
    Unified view of test health and trends
  </Card>

  <Card title="Test Runs" icon="play" href="/platform/playwright-test-runs">
    Inspect a single run with full evidence
  </Card>

  <Card title="Analytics" icon="chart-line" href="/platform/playwright-test-analytics">
    Track health and error trends across runs
  </Card>

  <Card title="AI Insights" icon="brain" href="/platform/playwright-ai-failure-analysis">
    Let AI classify failures and suggest fixes
  </Card>
</CardGroup>
