Visual Testing
Run history
Browse, filter, and manage past test runs.
The Tests tab shows a chronological history of all test runs for the project.
Run list
Each entry in the run history shows:
- Run ID and timestamp
- Status: completed, failed, or running
- Type: visual test, baseline capture, accessibility test, or performance audit
- Environment badge: colored badge showing which environment the run targeted
- Summary: passed/failed scenario counts
- Duration: how long the run took
- Links: open the Diff Viewer or HTML report
Filtering runs
Use the filter controls to narrow down the history:
- Filter by status (all, completed, failed)
- Filter by type (test, baseline)
Run history is automatically filtered to show only runs from the currently selected environment. Switch environments using the selector in the project header to see runs from a different environment. See Environments for more details.
Bulk actions
- Delete runs: select multiple runs and delete them to clean up history
- Approve all: approve all failing scenarios in a run
HTML report
Each completed run generates an HTML report that can be viewed in a new browser tab. This report includes:
- Summary statistics
- Per-scenario comparison images
- Pass/fail status for each viewport
CI metadata
Runs triggered from CI/CD include additional metadata:
- Commit SHA
- Branch name
- PR number and URL
- CI provider
This helps you trace visual changes back to specific code changes.