testrail_get_results_for_case
Retrieve test results for a specific test case within a TestRail run. Use run_id and case_id to fetch execution outcomes and optional result limits.
Instructions
Get test results for a specific test case in a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on the number of results | |
| run_id | Yes | The ID of the test run | |
| case_id | Yes | The ID of the test case |