get_all_tcm_test_cases_by_project
Retrieve all test cases for a specific project from Zebrunner Test Case Management with configurable output formats and pagination controls.
Instructions
📋 Get ALL TCM test cases by project using comprehensive pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| format | No | Output format | json |
| include_clickable_links | No | Include clickable links to Zebrunner web UI | |
| max_results | No | Maximum number of results (configurable limit for performance) |