> ## 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 Timeline View

> Chronological feed of commits, test runs, and review events per PR.

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

  * What event types appear on the timeline (commits, test runs, reviews)
  * How to filter and sort timeline events
  * How to correlate commits with test outcomes
</Callout>

The **Timeline** tab displays all events associated with a pull request in a single feed. Use it to track which commits triggered specific test outcomes and trace PR history within TestDino.

<video controls className="w-full" src="https://testdinostr.blob.core.windows.net/docs/docs/pull-request/timeline.mp4" alt="Timeline view showing commits, test runs, and code review events in chronological order" />

## Event Types

The timeline shows several types of entries:

| Type                 | Description                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------------ |
| Commit with Test Run | Commit message with pass/fail/flaky/skipped counts. Clickable to open the test run.              |
| Commit Only          | Commit details (message, author, SHA) with no linked test run. Appears when no run was executed. |
| Code Reviews         | Review events and comments synced from GitHub or GitLab.                                         |

<Note>
  **Note**

  The code review events and comments from GitHub can be filtered.
</Note>

## Filtering and Sorting

Controls at the top of the timeline:

| Control   | Options                                              |
| --------- | ---------------------------------------------------- |
| Search    | Filter by keywords                                   |
| Author    | Show events from specific authors                    |
| Data Type | All Data, Comments, Code Reviews, Commits, Test Runs |
| Status    | All, Resolved, Unresolved                            |
| Sort      | Newest, Oldest                                       |

## Actions

* **Open test run:** Click any entry with test stats to view full details in TestDino
* **Open in GitHub or GitLab:** Click a commit message or "**View commit**" link
* **Refresh the timeline:** Click Sync in the sidebar to fetch the latest events

## Related

<CardGroup cols={3}>
  <Card title="Overview" icon="gauge" href="/platform/pull-requests/overview">
    Check PR health and test status at a glance
  </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>
