1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00
budibase/packages/builder/cypress.json
2022-05-16 23:08:05 +01:00

16 lines
299 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": ""
}
}