get_test_cases_by_suite_smart
Retrieve test cases from a Zebrunner test suite with smart detection of root suites, automatic sub-suite inclusion, and flexible pagination options for efficient test management.
Instructions
๐ง Smart test case retrieval by suite ID - automatically detects if suite is root suite and uses appropriate filtering with enhanced pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'MCP') | |
| suite_id | Yes | Suite ID to get test cases from | |
| include_steps | No | Include detailed test steps for first few cases | |
| format | No | Output format | json |
| get_all | No | Get all test cases (true) or paginated results (false) | |
| include_sub_suites | No | Include test cases from sub-suites (if any) | |
| page | No | Page number (0-based, only used if get_all=false) | |
| size | No | Page size (only used if get_all=false) |