Get test entity
Get a test entity along with its outcomes and the attempts (including screenshots, videos, traces and Lighthouse reports) for each outcome.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json for proper API communication.
application/json Path Parameters
Id of the project. You can get project_id by listing your projects using the List projects API.
"pdqmxlz"
Id of the test entity (a spec or a test). You can get test_entity_id by listing test entities using the List test entities API.
"vhrscje"
Response
OK - Request succeeded
Title of the test entity.
"adds an item to the cart"
Ordered list of ancestor describe blocks leading to this test.
Aggregated status of the test entity.
"passed"
Outcomes recorded for this entity in the run. Always empty for a spec, which takes no attempts of its own.
Tests the run recorded inside this entity. Always empty for a test, which contains none.