upload_test_case_attachment
Upload a file attachment to a test case by providing the file content as a base64-encoded string.
Instructions
Upload a file attachment to a test case. Provide file content as a base64-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseId | Yes | Test case ID. Must be a number (integer), not a string. | |
| filename | Yes | File name including extension, e.g. screenshot.png. | |
| contentType | Yes | MIME type, e.g. image/png or application/pdf. | |
| contentBase64 | Yes | File content encoded as a base64 string. |