Update step statuses in a test run
update_test_result_stepsUpdate step results in a test run by assigning a new status to one or more step result keys. Optionally add comments to reflect execution outcomes.
Instructions
Update the status of one or more steps of a test run case. Step result keys come from get_test_case_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status for the steps | |
| comments | No | Comment for the update | |
| projectKey | Yes | Project key | |
| testRunKey | Yes | Test run key | |
| stepResultKeys | Yes | Step result keys to update |