Skip to main content
CypressZipped report for a cypress test
TestMu AI
StatusCommunityBlog
Cypress

Zipped report for a cypress test

To fetch zipped report for a cypress test.

GET
/report/{test_id}
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/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"
}