add_test_results
Add test results for multiple test cases in a test run. Provide run ID and results array with case ID and status ID, plus optional comments, defects, elapsed time, and version.
Instructions
Add test results for multiple test cases in a test run. Status IDs: 1=Passed, 2=Blocked, 3=Untested, 4=Retest, 5=Failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The ID of the test run | |
| results | Yes | Array of test results to add |