get_case_execution_history
Retrieve manual execution history for a test case across all test runs to review pass rate and execution timeline for quality monitoring.
Instructions
Get manual execution history for a test case across all test runs (both standalone executions and release test runs). Returns pass rate and execution timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period in days | |
| limit | No | Maximum number of executions to return | |
| caseId | Yes | Internal numeric test case id (the "id" from list_test_cases / get_test_case / create_test_case). This is NOT the user-facing "TC-N" number (caseNumber/displayId) - if the user gave you a "TC-N", resolve it first via list_test_cases(search: "TC-N") and use the returned id. Project is derived from the case. |