> ## 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 Pull Request Test Overview

> Assess pull request health with test KPIs, trends, and AI insights.

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

  * How to assess PR health from KPI tiles and test trends
  * What the latest test run card reveals
  * How to use AI-generated insights for root cause analysis
</Callout>

The Overview tab shows the current status of a pull request. Assess PR health and decide whether to review, rerun, or fix.

## PR Header

The header displays the primary context for the PR:

* **PR Title and Number:** Name and unique identifier
* **Status Badge:** Current state (Open, Draft, Merged, Closed)
* **View PR Link:** Direct link to the PR in GitHub or merge request in GitLab
* **Branch Information:** Source and target branches
* **Timestamp:** Time of last update or creation

## Sidebar

![PR header showing title, status badge, branch info, and sidebar with author and file changes](https://testdinostr.blob.core.windows.net/docs/docs/pull-request/header.webp)

A panel displaying PR metadata and activity:

* Author, reviewer(s), and assignees
* Total files changed
* Aggregate code changes (additions and deletions)
* Created and last updated timestamps

## KPI Tiles

![KPI tiles showing test runs count, pass rate percentage, files changed, and average duration](https://testdinostr.blob.core.windows.net/docs/docs/pull-request/kpi-tiles.webp)

Four metrics summarizing PR activity:

| Tile             | Description                                    |
| ---------------- | ---------------------------------------------- |
| Test Runs        | Total number of test runs executed for this PR |
| Pass Rate        | Aggregate pass rate across all test runs       |
| Files Changed    | Total lines added and deleted                  |
| Average Duration | Average execution time per test run            |

## Latest Test Run

![Latest test run card showing passed, failed, flaky, and skipped counts](https://testdinostr.blob.core.windows.net/docs/docs/pull-request/latest-test-run.webp)

This card shows results from the most recent test execution:

* **Status Counts:** Passed, failed, flaky, and skipped tests for this run
* **Duration:** Execution time for this specific run

<Tip>
  **Tip**

  Select **View full report** to open the full run detail for that execution.
</Tip>

## Test Results Trend

![Test results trend graph plotting passed, failed, flaky, and skipped counts over time](https://testdinostr.blob.core.windows.net/docs/docs/pull-request/test-results-trend.webp)

A graph showing test results across all runs for this PR:

* **Trend Graph:** Plots passed, failed, flaky, and skipped counts over time
* **Interactive Tooltip:** Hover over any point to see exact counts for that run

<Tip>
  **Tip**

  Use the **filters** to change the scope by **Author** or **time period** (Last 7 runs, Last 14 runs).
</Tip>

## Related

<CardGroup cols={3}>
  <Card title="Timeline" icon="timeline" href="/platform/pull-requests/timeline">
    Chronological log of commits, test runs, and review activity
  </Card>

  <Card title="Files Changed" icon="code-compare" href="/platform/pull-requests/files-changed">
    Review code diffs and modifications inside TestDino
  </Card>

  <Card title="Test Runs" icon="play" href="/platform/playwright-test-runs">
    View detailed test run results and analysis
  </Card>
</CardGroup>
