Key Benefits
Layout
Each row represents a PR and includes:
- Pull request metadata: title, number, author, and state
- Latest test run: test run ID, start time, and duration
- Test results summary: counts for passed, failed, flaky, and skipped
- Row expander: full run history for that pull request
PR State Badges
- Open: Active PR under review. New commits trigger runs.
- Merged: Changes integrated into the base branch. History retained.
- Closed: PR closed without merging. History remains, but no new runs trigger.
Filters and Controls
Use the controls to narrow the list and refresh data:- Search by pull request title or number
- Filter by status and author
- Sort by newest (or other available sort order)
- Sync to refresh the list
Pull Request Detail View
Select a pull request to open its detail view.Overview
Use this tab to review the current test health for the pull request and open the latest run for deeper debugging.Timeline
Use this tab to correlate activity over time. It can include:- Commits
- Test runs
- Pull request and code comments
Files Changed
Use this tab to review code diffs associated with the pull request while keeping test results in context.Get Started
1
Set Scope
Filter the PR list by Status and Author.
2
Scan Rows
Scan the Latest Test Run and Test Results columns to identify risky pull requests.
3
Open Detail View
Click any PR row, and open the pull request detail view.
4
Analyze Context
Use Overview for current status, Timeline for cause and sequence, and Files Changed for the related code diff.
Beyond GitHub
Related
Overview
Check PR health and test status at a glance
Timeline
Chronological log of commits, test runs, and review activity
Files Changed
Review code diffs and modifications inside TestDino