list_test_suites
Retrieve test suites for a specific project in Zebrunner Test Case Management, supporting pagination, hierarchical views, and multiple output formats.
Instructions
📋 List test suites for a project (✅ Verified Working)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| project_id | No | Project ID (alternative to project_key) | |
| format | No | Output format | json |
| include_hierarchy | No | Include hierarchy information | |
| page | No | Page number (0-based) | |
| size | No | Page size (configurable via MAX_PAGE_SIZE env var) | |
| page_token | No | Page token for pagination | |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |