get_launch_summary
Retrieve launch summary data from Zebrunner test management system using project and launch identifiers to access high-level test execution results.
Instructions
📊 Get quick launch summary without detailed test sessions (uses new reporting API)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | json |
| launchId | Yes | Launch ID (e.g., 118685) | |
| projectId | No | Project ID (e.g., 7) - alternative to projectKey | |
| projectKey | No | Project key (e.g., 'android' or 'ANDROID') - alternative to projectId |