get_tcm_test_suites_by_project
Retrieve test suites from Zebrunner Test Case Management for a specific project with pagination support and multiple output formats.
Instructions
๐ Get TCM test suites by project with pagination (Java methodology)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| max_page_size | No | Maximum page size for pagination | |
| page_token | No | Page token for pagination | |
| format | No | Output format | json |