qatech run -c <id> to execute it.
Usage
Options
| Flag | Short | Description |
|---|---|---|
--application <id> | -a | Filter by application short ID (e.g. app-myapp_Abc123) |
--labels <labels> | -l | Filter by labels (comma-separated, e.g. smoke,critical) |
--search <query> | -s | Filter by name or goal text (case-insensitive, applied locally) |
--enabled <true|false> | Filter by enabled/disabled status | |
--limit <n> | Max results per page (default: 100, max: 1000) | |
--offset <n> | Pagination offset (default: 0) | |
--json | -j | Machine-readable output |
--api-key <key> | Per-command API key override | |
--help | -h | Show command help |
--application, --labels, and --enabled are server-side filters. --search is applied locally to the returned page, so combine it with the server-side filters when you have many test cases.
Examples
JSON output
id field with qatech run -c <id>.