Add test run result
add_test_resultRecord test outcomes for multiple test run results with status, comments, time spent, and file attachments. Accepts result keys or CASE-prefixed case keys to update QA Touch.
Instructions
Add a result to one or more test run results with a status, optional comment, time spent and file attachments (png, pdf, jpg, jpeg, gif, xls, xlsx, doc, docx, csv, log, zip, txt; max 2 MB each). Result keys come from list_test_run_results; a case key with prefix CASE (e.g. CASEaSaD) is also accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status to record | |
| comments | No | Comment for the result | |
| filePaths | No | Local file paths to attach | |
| timeSpent | No | Time spent, e.g. "2d 5h" | |
| projectKey | Yes | Project key | |
| resultKeys | Yes | Result keys (or CASE-prefixed case keys) to record the result on | |
| testRunKey | Yes | Test run key |