Cypress › Zipped report for a cypress test
Cypress
Zipped report for a cypress test To fetch zipped report for a cypress test.
Zipped report for a cypress test curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/cypress/report/{test_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Either resource not found or already deleted" ,
"status" : "fail"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters test_id string required
get cypress report based on test id
Response 200▼
application/json successful operation
Zipped report for a cypress test curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/cypress/report/{test_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Either resource not found or already deleted" ,
"status" : "fail"
}