list_manual_test_cases
Search and filter manual test cases for QA testing, auditing, or test case management. Supports filtering by project, suite, status, priority, severity, type, and tags to find specific test cases.
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, suite, status, priority, severity, type, layer, behavior, automation status, tags, and flaky status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| search | No | Search term to match against title, description, or caseId. Example: 'login' or 'TC-123'. | |
| suiteId | No | Filter by specific test suite ID. Use list_manual_test_suites to find suite IDs. | |
| status | No | Filter by test case status. | |
| priority | No | Filter by priority level. | |
| severity | No | Filter by severity level. | |
| type | No | Filter by test case type. | |
| layer | No | Filter by test layer. | |
| behavior | No | Filter by test behavior type. | |
| automationStatus | No | Filter by automation status. | |
| tags | No | Filter by tags (comma-separated list). Example: 'smoke,regression' or 'critical'. | |
| isFlaky | No | Filter test cases marked as flaky. Set to true to show only flaky tests, false for non-flaky. | |
| limit | No | Maximum number of results to return (default: 50, max: 1000). |