create_test_result
Record test run results by providing the test run ID, status (PASSED, FAILED, BLOCKED, NOT_RUN, INPROGRESS), and actual results.
Instructions
テストランに結果を記録する。status は PASSED/FAILED/BLOCKED/NOT_RUN/INPROGRESS のいずれか。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_run_id | Yes | ||
| status | Yes | ||
| actual_results | Yes |