add_results_for_cases
Record test outcomes directly by case IDs in a test run. Submit statuses, comments, and defects for multiple cases at once to update results without needing test IDs.
Instructions
Add one or more test results to a test run using case IDs instead of test IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The ID of the test run | |
| results | Yes | Array of results to add. Each result must have case_id and status_id |