download_test_screenshot
Download test screenshots from Zebrunner with authentication for debugging and documentation. Supports custom output paths and base64 encoding.
Instructions
๐ธ Download test screenshot with authentication from Zebrunner
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenshotUrl | Yes | Screenshot URL (e.g., 'https://your-workspace.zebrunner.com/files/abc123' or '/files/abc123') | |
| testId | No | Test ID for context | |
| projectKey | No | Project key for context | |
| outputPath | No | Custom output path (default: temp directory) | |
| returnBase64 | No | Return base64 encoded image |