create_result
Record the outcome of a test case execution in a specific test run, including status, time, and optional details like stack traces or steps.
Instructions
Create a test result for a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| id | Yes | Run ID to add the result to | |
| case_id | No | Test case ID | |
| status | Yes | 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 |