Skip to main content
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:
TypeDescription
Commit with Test RunCommit message with pass/fail/flaky/skipped counts. Clickable to open the test run.
Commit OnlyCommit details (message, author, SHA) with no linked test run. Appears when no run was executed.
Code ReviewsReview 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:
ControlOptions
SearchFilter by keywords
AuthorShow events from specific authors
Data TypeAll Data, Comments, Code Reviews, Commits, Test Runs
StatusAll, Resolved, Unresolved
SortNewest, 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