get_suite_run_screenshots
Retrieve screenshots captured during a specific BugBug test suite run to analyze test execution steps and identify issues.
Instructions
Get screenshots from a BugBug suite run
Input Schema
Name | Required | Description | Default |
---|---|---|---|
runId | Yes | Suite run UUID |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Suite run UUID",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}