Runs
Cypress tests API Reference - Runs resource
This is an object representing cypress tests run. You can retrieve a run's details and cancel a run.
Asset URLs listed in the responses (videos, screenshots) are "signed" URLs. They are only valid for 2h since their retrieval.
get
v1
/runs/:runId
Get Run details
put
v1
/runs/:runId/cancel
Cancel a Run
Last modified 7mo ago