alm_update_run_status
Update the overall pass/fail status of a test run by providing the test run ID and new status (Passed, Failed, Not Completed, Blocked).
Instructions
Update the overall pass/fail status of a test run.
Args: test_run_id: ALM ID of the run. status: 'Passed', 'Failed', 'Not Completed', 'Blocked'.
Returns: {"test_run_id": "", "status": "", "updated": true}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_run_id | Yes | ||
| status | Yes |