update_result
Update an existing test result by providing the project code, run ID, and result hash, then optionally change status, execution time, defects, attachments, stacktrace, comments, steps, or custom fields.
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 |