Results & Reports
Dashboard
Every run of the project rolled into one view, counters, pass-rate trend, and status over time.
Where a run report covers a single execution, the Dashboard rolls every run in the project into one view, the closest thing to a test execution status report across your whole suite. Open the Dashboard page when you want the trend rather than one result.
Tile by tile:
- Total runs: runs recorded in this project.
- Avg pass rate: share of passed tests across all runs, warnings count as passed; broken tests that never executed are excluded.
- Passed / Failed / Broken (latest): the same tally for the most recent run only, where things stand right now.
- Warnings (all): tests that passed but flagged something, across every run.
- Test status over time: one bar per run, green passed, red failed. A regression shows as a red bar breaking a green streak.
- Pass rate over time / Latest run: the trend, and a shortcut into the newest run's report.
The numbers derive from each run's summary report, the counting rules live there.