Runs
The Runs view lists every report uploaded to the project, newest first. This is the raw upload log: where the Tests and History views aggregate results across runs, this view shows each upload as it arrived. Click any run to open its Single Run report.
Each row shows:
- Run # — the run’s ID, assigned at upload.
- Title — the optional human-readable label, set via Naming Runs. Untitled runs leave this blank.
- Run Environment — the environment that produced the run.
- Test Results — a status breakdown bar. Each segment links to the run’s report filtered to that status.
- Start Time and Duration — when the run started and how long it took.
- Tested Commit — the commit the run was attributed to.
A run that was just uploaded shows as “Processing” until the platform finishes ingesting it, usually within seconds.
Malformed reports
Section titled “Malformed reports”If an upload can’t be parsed — for example, a hand-built report that doesn’t conform to the Flakiness JSON Report specification — it’s kept as a malformed report and a warning appears at the top of the Runs view. You can inspect the processing error for each malformed report to identify the issue; project editors can delete them once fixed.