get_test_execution_history
Retrieve execution history for a test across multiple launches, showing pass/fail history, last passed execution, and pass rate to analyze test reliability.
Instructions
📊 Get execution history for a test across multiple launches - shows pass/fail history, last passed execution, and pass rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testId | Yes | Test ID | |
| testRunId | Yes | Test Run ID / Launch ID containing the test | |
| projectKey | No | Project key (e.g., 'MCP') - alternative to projectId | |
| projectId | No | Project ID - alternative to projectKey | |
| limit | No | Number of history items to return (default: 10, max: 50) | |
| format | No | Output format: dto (structured), json, or string (markdown table) | string |