add_attachment_to_run
Attach a file or zipped directory to a specific TestRail test run to provide supporting evidence or logs. Provide the run ID and file path; uploads up to 256MB are supported.
Instructions
Add an attachment to a test run in TestRail. (Deprecated: Prefer add_attachment tool). Maximum upload size is 256MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The ID of the test run to attach the file to | |
| file_path | Yes | The path to the file or directory to attach. Directories will be automatically zipped. |