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.
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. |
The code review events and comments from GitHub can be filtered.
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 |
Common Actions
- Open test run: Click any entry with test stats to view full details in TestDino
- Open in GitHub: Click a commit message or “View commit” link
- Refresh the timeline: Click Sync in the sidebar to fetch the latest events from GitHub