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, 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

With --include-steps, each test case also contains a steps array with the step-by-step definition (instruction, plus optional shortName and 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>.