qatech run (without --wait) and want to check on it later.
Usage
Arguments
| Argument | Description |
|---|---|
<run-id> | Run short ID (e.g. UkxK). Returned by qatech run and visible in the dashboard URL. |
Options
| Flag | Short | Description |
|---|---|---|
--wait | -w | Poll until the run completes, then print results |
--poll-interval <secs> | How often to check status when waiting (default: 5) | |
--timeout <secs> | Max time to wait before giving up (default: 600) | |
--json | -j | Machine-readable output |
--api-key <key> | Per-command API key override | |
--help | -h | Show command help |
Run statuses
| Status | Meaning |
|---|---|
INITIATED | Queued, not yet executing |
RUNNING | Tests are running |
COMPLETED | All tests finished - check result for PASSED/FAILED |
ERROR | Run failed due to an infrastructure error |
CANCELLED | Run was cancelled before completion |
1 if result is FAILED, 0 otherwise.
Examples
JSON output
--wait, the response only includes failed test cases (testCases=failed server-side). With --wait, you get the full set.