cURL
curl --request POST \ --url https://api.stably.ai/v1/projects/{projectId}/runs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "playwrightProjectName": "<string>", "runGroupName": "<string>", "envOverrides": {} } '
{ "runId": "<string>" }
Start a test run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Playwright project name(s) to run. Maps to --project CLI flag.
Deprecated. Use playwrightProjectName instead.
Show child attributes
Default Response
ID to use for polling the run status and results
Was this page helpful?