Quick Reference
| Section | What It Shows |
|---|---|
| KPI Tiles | Total executions, passed, failed, and average run duration |
| Recent Test Runs | Latest runs with status badges and metadata |
| Recent Pull Requests | PR activity with merge/open status |
| Test Case Execution Trend | Daily pass/fail volume over time |
| Most Flaky Tests | Tests ranked by flakiness with severity and count |
| Slowest Tests | Tests ranked by duration with stability indicator |
Getting Started
- Open the project — Go to Organization, then select your Project.
- Set the period — Choose a time window (Last 7, 14, or 30 days) from the top-right filter.
- Review the dashboard — All sections load for the selected scope.
KPI Tiles
Four metric tiles at the top of the dashboard for the selected period. Each tile includes a trend badge showing percentage change compared to the previous period. Green indicates improvement; red indicates regression.
- Total Test Case Execution: Number of test cases executed in the selected period. Gauges coverage and CI activity.
- Passed Test Case: Count of tests that passed. Confirms stability and that recent fixes hold.
- Failed Test Case: Count of tests that failed. Direct queue for triage and fixes.
- Avg Run Duration: Average time per test run. Spots slow suites and tracks pipeline efficiency.
Recent Test Runs
Displays the latest test runs with status and metadata. Each row includes the run status icon, run ID and title linking to full details, color-coded result badges for passed (green), failed (red), flaky (yellow), and skipped (grey) tests, plus metadata like author, time elapsed, branch name, and environment tag.
Click View all Test Runs to open the full Test Runs page.
Recent Pull Requests
Shows recent PR activity across the project. Each row includes the PR status (Merged or Open), PR title and number linking to the PR, and author with timestamp showing when it was last updated.
Test Case Execution Trend
This chart shows the daily breakdown of passed and failed test case executions over the selected time period. A rising green area signals growing stability; red spikes indicate regressions or environment issues. Hover over a date to see exact counts.
Use it to spot failure spikes, compare day-over-day volume, and correlate changes with deployments or code updates.
It shows two daily metrics:
- Passed Test Cases: The number of test cases that passed each day. Track this to gauge suite stability and confirm improvements after fixes.
- Failed Test Cases: The number of test cases that failed each day. Use this to estimate triage load and verify that the failure volume is trending downward.
Most Flaky Tests
Tests that pass and fail across runs, ordered by flakiness.
Tests that pass and fail across runs. Helps QA prioritize stabilization and developers target fragile areas. Each test is also clickable to immediately view the latest run for that test.
Slowest Tests
Tests that take the longest to execute, ordered by duration.
Tests ranked by execution time, longest first. Helps identify tests that slow down CI pipelines and are candidates for optimization. Each test is also clickable to immediately view the latest run for that test.
Test Runs
Full list of test runs with filters and detailed results.
Test Analytics
Deeper analytics on test health, trends, and performance.