Execute a Playwright Job
Playwright projects are run asynchronously. The response received is immediate.
POST /api/v1/executions
Parameters
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| type | String | Yes | Specify execution type. For Playwright use 'Playwright'. | 
| project | File | Yes | Playwright project in a zip file. See Playwright Project for more information. | 
| conf | JSON String | No | A 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"
}