Projects
Cypress tests API Reference - Projects resource
This is an object representing your Currents project. You can retrieve the list of projects for your organization, get specific project details, and retrieve the list of runs for a project.
get
v1/
projects
List the projects associated with your organization
get
v1
/projects/:projectId
Get project item
get
v1
/projects/:projectId/runs
List the runs associated with the project
get
v1
/projects/:projectId/insights
Get project insights - aggregated metrics for runs, spec files and tests
Last modified 7mo ago