Test Execution
Running Tests
Run suites and read results in the Runs lens: per-case steps, screenshots, recordings, re-run, auto-heal, triage.
Last updated: May 28, 2026
Running Tests
Starting a run
In the Tests lens, click Run suite on a suite, or Run all to run every enabled suite. Runs execute on Chromium by default; tests use resilient role + text locators.
Reading results
Open the Runs lens. Pick a run from the history dropdown in the top bar (showing date, status and pass/fail counts). The run detail shows:
- A case list grouped by suite, with a pass/fail filter and search — handy when a “run all” spans many suites and hundreds of cases (it paginates server-side).
- Per case, tabs for Steps (with the failing step highlighted and expected-vs-actual), Screenshots, Recording (video), and Error.
Fixing failures
The run toolbar (each asks for confirmation first):
- Re-run — run the same cases again.
- Triage — AI groups the failures by likely root cause.
- Auto-heal — AI repairs broken locators (run Triage first), then re-run to verify.
- Export — CSV, HTML or PDF.
You can also edit a step’s selector inline from a failed step. Progress is live — watch a run fill in from the Activity panel without staying on the page.
Was this helpful?