Screenshots
Returns an array of screenshot URLs or structured JSON objects taken during the specific run.
Path parameters
suiteIdstringRequiredExample:
The ID of the test suite.
suite123runIdstringRequiredExample:
The ID of the test run.
run456Query parameters
detailedbooleanOptionalDefault:
If true, provides a structured response with detailed JSON objects per screenshot.
trueResponses
200
List of screenshots retrieved successfully.
application/json
Responseone of
string · uri[]OptionalExample:
List of screenshot URLs.
https://example.com/screenshots/screenshot123.pngget
/test_suites/{suiteId}/runs/{runId}/screenshots200
List of screenshots retrieved successfully.
Last updated