2020-06-09 13:52:00 +02:00
|
|
|
{
|
2022-02-23 08:00:57 +01:00
|
|
|
"baseUrl": "http://localhost:4100",
|
2022-05-11 17:49:27 +02:00
|
|
|
"video": true,
|
2021-02-03 17:09:48 +01:00
|
|
|
"projectId": "bmbemn",
|
2022-05-17 00:08:05 +02:00
|
|
|
"reporter": "cypress-multi-reporters",
|
|
|
|
"reporterOptions": {
|
|
|
|
"configFile": "reporterConfig.json"
|
|
|
|
},
|
2021-02-03 17:09:48 +01:00
|
|
|
"env": {
|
2022-02-23 08:00:57 +01:00
|
|
|
"PORT": "4100",
|
|
|
|
"WORKER_PORT": "4200",
|
2022-02-18 18:59:33 +01:00
|
|
|
"JWT_SECRET": "test",
|
|
|
|
"HOST_IP": ""
|
2022-05-16 16:16:04 +02:00
|
|
|
},
|
|
|
|
"retries": {
|
2022-07-06 22:10:34 +02:00
|
|
|
"runMode": 0,
|
2022-05-16 16:16:04 +02:00
|
|
|
"openMode": 0
|
2021-02-03 17:09:48 +01:00
|
|
|
}
|
2022-07-06 22:10:34 +02:00
|
|
|
}
|