testrail_add_attachment_to_case
Attach a file from your /workspace to a TestRail case. The file must already exist at the given workspace path (write it first if needed). ALWAYS confirm with the user via a chat bubble before calling — this writes to the customer's TestRail. Returns the new attachment_id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | TestRail case id | |
| workspacePath | Yes | Path INSIDE your /workspace mount, e.g. "/workspace/screenshots/step4.png". The file must exist. | |
| displayFilename | No | Override the filename shown in TestRail. Defaults to the basename of workspacePath. |