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

# Playwright Test Run History in TestDino

> Track outcome and duration trends across recent test runs.

<Callout icon="book-open" color="#3B82F6">
  **What you'll learn**

  * How to track pass/fail/flaky trends across recent runs
  * How to spot execution time regressions
  * What "large changes" highlights mean
</Callout>

The History tab shows outcome and duration trends for recent runs on the same branch and CI environment as the selected run. Use it to detect instability, regressions, and environment changes.

## Run History

<img style={{ maxWidth: "60%" }} src="https://testdinostr.blob.core.windows.net/docs/docs/test-runs/history/run-history.webp" alt="Run history chart showing passed, failed, flaky, and skipped test counts over time" />

Shows counts of passed, failed, flaky, and skipped tests over the selected period. Uses the branch from the selected run. Highlights large changes in flaky share compared to the recent baseline.

## Test Execution Time

<img style={{ maxWidth: "60%" }} src="https://testdinostr.blob.core.windows.net/docs/docs/test-runs/history/test-execution-time-chart.webp" alt="Test execution time chart showing total runtime per run with trend line" />

Shows total runtime per run. Highlights large changes compared to the recent average.

## Related

<CardGroup cols={3}>
  <Card title="Summary" icon="chart-pie" href="/platform/test-runs/playwright-failure-summary">
    Group failures by cause
  </Card>

  <Card title="Specs" icon="file-lines" href="/platform/playwright-test-runs/specs">
    Review results by spec file
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/platform/playwright-test-runs/errors">
    Group failures by error message
  </Card>

  <Card title="Configuration" icon="sliders" href="/platform/playwright-test-runs/configuration">
    Debug environment differences
  </Card>
</CardGroup>
