Skip to content

Read a test run report

Every run produces a report — the step-by-step record of what happened, with screenshots and timings. This guide is about reading one and finding old ones. To share a report, see How to share a test run report.

Open Reports from the top nav. The list has a toggle between two histories:

  • Tests — single-test runs.
  • Test Sets — batch runs (a test set or tag run).

Narrow the list with the status pills (All / Passed / Failed / Stopped), the search box, a date-range picker, and — on the Tests view — a tag filter. The list is paginated; older runs are a page back, not gone (until they age out — see retention).

The report header shows the test name (or Quick Run if it wasn’t a saved test), an overall pass/fail icon, the duration, and when it ran. Below that is the step list. Each step shows:

  • A status icon — passed, failed, or skipped.
  • The step description and how long it took.
  • A screenshot toggle, plus a button to open it full-size in the lightbox.
  • On a failure: the error message (expandable, with a Copy button) and a diagnosis callout that explains why the locator or assertion didn’t land.

Click any screenshot to open the lightbox. Arrow keys (←/→) move between steps, Esc closes it, and you can download the full-size image to drop into a ticket.

A test-set or tag run rolls up into a batch report with stat cards — Passed / Failed / Skipped / Total — across every test, plus the browsers it ran on and the execution target (Cloud or Local). Below the rollup is the per-test breakdown.

Each row shows the test, its status badge, the per-test result, duration, and any error. Click a row to drill into that single test’s full report — same step list and screenshots as above.

From a batch report you can also Rerun the whole set or Rerun Failed — see Run tests and rerun the failures.

Run history is kept per plan tier:

PlanRetention
Free14 days
Starter90 days
Pro180 days
Team2 years
EnterpriseUnlimited

Old runs are pruned automatically by a nightly cleanup, and downgrading shrinks your window (the downgrade preview shows what you’d lose). The full story on what’s stored and for how long is in Data handling.