Learn

Test runner

Run your test suites from the platform with per-file red/yellow/green status, parallel execution, and historical tracking.

What it is

The concept, in plain terms

After changes, you need to know what passed. The test runner discovers test files on your bound host, runs them with parallel fan-out, and shows per-file pass/fail — persisted so you can track trends.

It closes the loop with the coding agent: make a change, run the tests, see the result.

Test runner
$ pytest -q
auth/test_login.py passed
api/test_orders.py passed
ui/test_nav.py failed
2 passed · 1 failed
Why it matters

What you get from it

  • Know exactly what passed.
  • Faster feedback loops.
  • Trends over time.

See test runner on your own data

Book a walkthrough and we'll show this working against the systems and use cases that matter to you.