getTestRunAttachmentContent
Download the file content of an attachment linked to a test run. Provide project ID, test run ID, attachment ID, and optional revision to retrieve the file.
Instructions
Downloads the file content for a specified Test Run Attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| testRunId | Yes | The Test Run ID. | |
| attachmentId | Yes | The Attachment ID. | |
| revision | No | The revision ID. |