Skip to main content
Lists the test cases in your project. Each test case has a UUID that you can pass to qatech run -c <id> to execute it.

Usage

Options

--application, --labels, --enabled, --scenario, and --search are all applied server-side and can be combined. --search uses database websearch syntax: unquoted terms are ANDed, "quoted phrases" match as a phrase, OR is alternation, and -term excludes.

Examples

JSON output

labels is a list of label names. references is the attached PRs, issues, TMS cases, and chats (kind, key, url, title). Text mode still prints labels only. With --include-steps, each test case also contains a steps array with the step-by-step definition (instruction, plus optional expectedResult per step). See Exporting Test Cases for how to turn this into a CSV for other test management tools. Use the id field with qatech run -c <id>.