VisualQ

Run history

Browse, filter, and manage past test runs.

The Activity 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
  • Scope: the scenario name for single-scenario runs, or "Entire site" for full-site runs
  • Summary: passed/failed scenario counts
  • Duration: how long the run took
  • Result link: opens the scenario detail page when the run targeted one scenario, or the project Overview when the run covered multiple/all scenarios

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: promote all failing visual results in a run to new baselines. Approved results keep their mismatch details for traceability but no longer count as failures.

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.

On this page