create_test_result
Records a test result for a specified test case in a test run. Sets status to untested, passed, failed, or blocked.
Instructions
Create a test result in a run. Resolves test case by ID or name. Status defaults to 'untested'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| run | Yes | a string that will be trimmed | |
| testCase | Yes | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| status | No | Status: untested, blocked, passed, failed | |
| assignee | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |