get_latest_result_for_test_case
Retrieves the most recent execution result for a given test case across all test runs. Input the test case key to obtain the outcome.
Instructions
Get the latest (most recent) execution result of a test case across ALL test runs (cycles). Use get_test_run_results to read the results of one specific run instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseKey | Yes | Test case key, e.g. PROJ-T123 |