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