Add case attachment
kiwi_case_add_attachmentAdd an attachment to a Kiwi TCMS test case by providing its ID, filename, and base64-encoded content.
Instructions
TestCase.add_attachment: filename plus base64 content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Test case id | |
| filename | Yes | Attachment file name, e.g. log.txt | |
| b64content | Yes | File content encoded as base64 |