Links

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.
  • See Projects API resource to list runs associated with a project.
  • See InstancesAPI resource for fetching Instance object by an instanceId
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