update_step_result
Update the status and optional comment of a test step result. Provide the step result ID and a numeric status code.
Instructions
Set the status (and optional comment) of one step result.
Get step_result_id from list_step_results. status codes:
-1=UNEXECUTED, 1=PASS, 2=FAIL, 3=WIP, 4=BLOCKED. Step results are created
automatically when an execution is opened, so there is no separate create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_result_id | Yes | ||
| status | Yes | ||
| comment | No |