Log a test result
qtest_submit_test_logRecord an execution result against a test run by submitting a test log with status, optional note, and timestamps.
Instructions
Record an execution result (test log) against a test run. Provide a status such as 'Passed', 'Failed', 'Blocked', or 'Incomplete'. Optionally include a note and execution start/end timestamps (ISO 8601).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional execution note. | |
| status | Yes | Result status name, e.g. Passed, Failed, Blocked. | |
| projectId | Yes | Numeric project ID. | |
| testRunId | Yes | Test run ID to log against. | |
| executionEnd | No | ISO 8601 execution end time. Defaults to now. | |
| executionStart | No | ISO 8601 execution start time. Defaults to now. |