Skip to main content
The Overview tab shows the current status of a pull request. Assess PR health and decide whether to review, rerun, or fix.

PR Header

The header displays the primary context for the PR:
  • PR Title and Number: Name and unique identifier
  • Status Badge: Current state (Open, Draft, Merged, Closed)
  • View PR Link: Direct link to the PR in GitHub
  • Branch Information: Source and target branches
  • Timestamp: Time of last update or creation
PR header showing title, status badge, branch info, and sidebar with author and file changes A panel displaying PR metadata and activity:
  • Author, reviewer(s), and assignees
  • Total files changed
  • Aggregate code changes (additions and deletions)
  • Created and last updated timestamps

KPI Tiles

KPI tiles showing test runs count, pass rate percentage, files changed, and average duration Four metrics summarizing PR activity:
TileDescription
Test RunsTotal number of test runs executed for this PR
Pass RateAggregate pass rate across all test runs
Files ChangedTotal lines added and deleted
Average DurationAverage execution time per test run

Latest test run

Latest test run card showing passed, failed, flaky, skipped counts and AI insights This card shows results from the most recent test execution:
  • Status Counts: Passed, failed, flaky, and skipped tests for this run
  • Duration: Execution time for this specific run
  • Test Run Insights: AI-generated summary with root cause, suggested fix, and severity label (Critical, Medium, or Low)
Select View full report to open the full run detail for that execution.

Test results trend

Test results trend graph plotting passed, failed, flaky, and skipped counts over time A graph showing test results across all runs for this PR:
  • Trend Graph: Plots passed, failed, flaky, and skipped counts over time
  • Interactive Tooltip: Hover over any point to see exact counts for that run
Use the filters to change the scope by Author or time period (Last 7 runs, Last 14 runs).