update_result
Update an existing test result in Qase. Modify status, execution time, attachments, step results, or add a comment and stack trace.
Instructions
Update an existing test result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| id | Yes | Run ID | |
| hash | Yes | Result hash identifier | |
| case_id | No | Test case ID | |
| status | No | Result status | |
| time_ms | No | Execution time in milliseconds | |
| defect | No | Mark as defect | |
| attachments | No | Array of attachment hashes | |
| stacktrace | No | Stack trace for failures | |
| comment | No | Comment about the result | |
| steps | No | Execution steps with results | |
| custom_field | No | Custom field values |