get_test_case_by_title
Search for test cases by title using partial matching with pagination support to retrieve specific test data from Zebrunner Test Case Management.
Instructions
🔍 Get test cases by title using partial match search with pagination support
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key | |
| title | Yes | Title to search for (partial match) | |
| max_page_size | No | Maximum number of results per page | |
| page_token | No | Token for pagination (from previous response _meta.nextPageToken) | |
| get_all | No | Get all matching test cases across all pages | |
| format | No | Output format | json |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |