get_test_cases_by_automation_state
Filter test cases by automation state to identify which tests are automated, not automated, or require automation updates in Zebrunner projects.
Instructions
🤖 Get test cases filtered by automation state (💡 Use get_automation_states to see available states)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key | |
| automation_states | Yes | Automation state(s) to filter by. Examples: 'Not Automated', ['Not Automated', 'To Be Automated'], [10, 12], or 'Automated' | |
| suite_id | No | Optional: Filter by specific suite ID | |
| created_after | No | Optional: Filter test cases created after this date (ISO format: '2025-01-01') | |
| format | No | Output format | json |
| page | No | Page number (0-based) | |
| size | No | Page size | |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |