List test cases
qtest_list_test_casesFetch test cases for a project, optionally within a module, using client-side name filtering.
Instructions
List test cases in a project, optionally scoped to a module via parentId. Supports client-side filtering by name substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter test cases whose name contains this text. | |
| maxItems | No | Maximum number of test cases to return (default 200). | |
| parentId | No | Module ID to scope to. Omit for all test cases. | |
| projectId | Yes | Numeric project ID. |