run
View test runs — list recent runs, view details, and read execution logs.
run list
List recent test runs.
Displays: ID, Scenario, Project, Status, Duration, Bug count, Completed time.
Default limit is 20.
run view
View detailed information about a test run.
Shows all run fields including status, duration, cost, bug reports count, session ID, and error messages.
--evidence adds the verdict reason, full bug reports, failing network and
console evidence, screenshot references, and event counts in one context-sized
response. A failed run still exits with code 1.
run logs
Show execution logs for a test run.
In human mode, prints the raw log output to stderr. In JSON mode, wraps the logs in a JSON object:
Run Statuses
| Status | Description |
|---|---|
pending | Run is queued |
running | AI agent is actively testing |
passed | All checks passed |
failed | One or more checks failed or bugs found |
error | Run encountered an error |
Exit Codes
| Code | Meaning |
|---|---|
0 | Success (run passed or command completed) |
1 | Test failure (run failed or errored) |
2–8 | Typed CLI error; see JSON output |