list_manual_test_cases
Search and list manual test cases with filters like project, status, and priority for efficient QA auditing and test case management.
Instructions
Search and list manual test cases with filtering capabilities. Use this to find specific manual test cases for QA testing, auditing, or test case management. Supports filtering by project, time, suite, status, priority, severity, type, layer, behavior, automation status, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags. Can be a single tag or comma-separated tags. Example: 'smoke' or 'smoke,regression,login'. | |
| time | No | Filter by time interval. | |
| type | No | Filter by test case type. | |
| layer | No | Filter by test layer. | |
| limit | No | Maximum number of results to return (default: 10, max: 1000). | |
| search | No | Search term to match against title or caseId. Example: 'login' or 'TC-123'. | |
| status | No | Filter by test case status. | |
| suiteId | No | Filter by specific test suite ID. Use list_manual_test_suites to find suite IDs. | |
| behavior | No | Filter by test behavior type. | |
| priority | No | Filter by priority level. | |
| severity | No | Filter by severity level. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| automationStatus | No | Filter by automation status. |