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

# TestDino Projects

> What a TestDino project contains: test runs, test cases, analytics, pull requests, AI insights, and settings.

A project holds one test suite with its own runs, keys, integrations, and analytics. TestDino stores every Playwright run with full evidence attached: traces, screenshots, videos, console logs, and git context.

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           |
| [Analytics](/platform/playwright-test-analytics)        | Measure health, coverage, and error trends across runs          |
| [AI Insights](/platform/playwright-ai-failure-analysis) | Classify failures and get fix recommendations                   |
| [Pull Requests](/platform/pull-requests/overview)       | Review test results per pull request before merge               |
| [Project Settings](/platform/project-settings)          | Manage API keys, integrations, and environment mapping          |

Organization-wide settings live outside the project. See [Organization](/platform/organization-overview) for members, roles, and billing.

## 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">
    Failure classification and fix suggestions
  </Card>
</CardGroup>
