get_test_run_screenshots
Retrieve visual evidence from automated test executions by providing a test run identifier to capture screenshots for debugging and verification purposes.
Instructions
Get screenshots from a BugBug test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Test run UUID |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Test run UUID",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}