Skip to main content

Execute a Playwright Job

Playwright projects are run asynchronously. The response received is immediate.

POST /api/v1/executions

Parameters

NameTypeMandatoryDescription
typeStringYesSpecify execution type. For Playwright use 'Playwright'.
projectFileYesPlaywright project in a zip file.

See Playwright Project for more information.
confJSON StringNoA configuration file for the requested execution.

See Playwright Project for more information.
{
    "status": "SUCCESS",
    "data": {
        "Test Run Id": "3520546",
        "Link to Reporter": "https://CLOUD_SERVER/reporter/#/test-view-view/-1?testView={%22byKey%22:%22test.run.id%22,%22byKeyValue%22:%223520546%22}"
    },
    "code": "OK"
}