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
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
test_idstringrequired
get cypress report based on test id
Response
application/jsonsuccessful 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"
}