testmo_record_result
Log a test outcome in a Testmo run by providing run, test, and status identifiers.
Instructions
Record a result for one test in a run. run_test_id is the test's per-run id (shown as test_id in testmo_list_results). Get valid status IDs from testmo_list_statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| comment | No | Optional comment / note | |
| elapsed | No | Optional elapsed time in milliseconds | |
| status_id | Yes | Status to assign (from testmo_list_statuses) | |
| run_test_id | Yes | Per-run test id (the `test_id` field from testmo_list_results) |