Skip to main content
POST /api/v1/projects//runs
Run a project’s tests against its current build. Omit the body to run every test in the project (a suite); pass a testId to run just one. Returns the run ids to poll.
Upload a build first — this returns 400 no build uploaded if the project has none.

Request

string
required
The project id, in the URL path.
string
required
Bearer <your API key>.
string
Run a single test. Omit to run all tests in the project.

Response

string
The project the runs belong to.
string[]
Ids of the created runs — one per test. Poll each with Get a run.

Errors