Add run attachment
kiwi_run_add_attachmentUpload a file to a test run by providing the run ID, filename, and base64-encoded content.
Instructions
TestRun.add_attachment. Uploads a file (filename + base64 content) to the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Test run id | |
| filename | Yes | Attachment file name, e.g. log.txt | |
| b64content | Yes | File content encoded as base64 |