Add Test Result Attachment
add_test_result_attachmentAttach evidence to a manual test result to document test execution.
Instructions
Upload evidence to a manual test result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment | Yes | Attachment payload using the repo-standard pattern: {name, content_type, content? | url?}. | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| test_result_id | Yes | Manual test result ID (required). |