Skip to main content
The Pull Requests view lists all PRs with their latest test runs. Click any PR to open a detailed view with three tabs: Overview, Timeline, and Files Changed.

Key Benefits

Layout

Pull Requests list view showing PR metadata, test run results, and status columns 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.
TipClick the PR number to open the PR in GitHub or the merge request in GitLab.

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
Use the timeline to identify when failures began and whether subsequent runs improved.

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.
TipIf needed, open a failing run to inspect logs, screenshots, traces, and console output.

Beyond GitHub

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