Dashboard
The dashboard is the first place to open after a run is uploaded.
What it helps you answer
- what failed most recently
- whether the suite is improving or getting noisier
- which tests fail repeatedly
- whether logs and traces exist for deeper triage
Run list
Each uploaded run appears in reverse chronological order with:
- status
- test counts
- duration
- source such as CLI, CI, or scheduler
- upload time
Click a run to open the detail view.
Run detail
Most day-to-day debugging happens here. A run detail page lets you inspect:
- summary and metadata
- each executed test
- assertion results
- logs
- traces and artifacts
Failed tests usually surface first, which keeps triage fast.
Other useful features
- trace waterfall view for request timing
- live streaming while a run is still executing
- shareable project views for public projects
Next
Last updated on