update_status
Set the execution result of a test case to PASS, FAIL, or SKIPPED, optionally adding notes to explain the outcome.
Instructions
Update the status of a test case after running it (PASS, FAIL, SKIPPED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID (e.g. TC-1234-ABCD) | |
| notes | No | Optional notes about the result (e.g. error message) | |
| status | Yes | ||
| project | Yes | Project name |