get_launch_test_summary
Retrieve test execution statistics and summaries for a specific launch in Zebrunner, with filtering and pagination options for efficient analysis.
Instructions
๐ Get lightweight launch test summary with statistics (auto-paginated, token-optimized)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | No | Project key (e.g., 'MCP') - alternative to projectId | |
| projectId | No | Project ID (e.g., 7) - alternative to projectKey | |
| launchId | Yes | Launch ID (e.g., 119783) | |
| statusFilter | No | Filter by status (e.g., ['FAILED', 'SKIPPED']) | |
| minStability | No | Minimum stability percentage (0-100) | |
| maxStability | No | Maximum stability percentage (0-100) | |
| sortBy | No | Sort order (stability=most unstable first) | stability |
| limit | No | Limit number of tests returned (e.g., 10 for first 10 tests) | |
| summaryOnly | No | Return only statistics without full test list (most lightweight) | |
| includeLabels | No | Include labels array (increases token usage) | |
| includeTestCases | No | Include testCases array (increases token usage) | |
| format | No | Output format | json |