1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
budibase/packages/builder/cypress.json

19 lines
354 B
JSON
Raw Normal View History

2020-06-09 23:52:00 +12:00
{
2022-02-23 20:00:57 +13:00
"baseUrl": "http://localhost:4100",
"video": true,
"projectId": "bmbemn",
2022-05-17 10:08:05 +12:00
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"configFile": "reporterConfig.json"
},
"env": {
2022-02-23 20:00:57 +13:00
"PORT": "4100",
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
},
"retries": {
"runMode": 1,
"openMode": 0
}
}