1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00
budibase/packages/builder/cypress.json
Martin McKeaveney e838d179b7 merge
2022-05-18 20:12:28 +01:00

20 lines
355 B
JSON

{
"baseUrl": "http://localhost:4100",
"video": true,
"projectId": "bmbemn",
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"configFile": "reporterConfig.json"
},
"env": {
"PORT": "4100",
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
},
"retries": {
"runMode": 2,
"openMode": 0
}
}