addResultForCase
Record test results for specific test cases in TestRail runs by providing status, comments, defects, and testing details to track execution outcomes.
Instructions
Adds a test result for a specific test case in a test run / テスト実行内の特定のテストケースにテスト結果を追加します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | TestRail Run ID | |
| caseId | Yes | TestRail Case ID | |
| statusId | No | Status ID (1:Pass, 2:Blocked, 3:Untested, 4:Retest, 5:Fail) | |
| comment | No | Comment for the test result | |
| defects | No | Defects linked to the test result | |
| assignedtoId | No | User to assign the test to | |
| version | No | Version or build tested | |
| elapsed | No | Time spent testing (e.g., '30s', '2m 30s') |