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