Update a test run result
update_test_resultUpdate a test run result's status to reflect its outcome, such as passed, failed, or blocked, and optionally add a comment to provide context or details.
Instructions
Update the status of a single test run result, with an optional comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status | |
| comments | No | Comment for the update | |
| resultKey | Yes | Test run result key (from list_test_run_results) | |
| projectKey | Yes | Project key | |
| testRunKey | Yes | Test run key |