1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/builder/cypress.json
Mitch-Budibase 60e2f7e4ba Adding retries capabilities
Tests in Cypress run mode will retry up to 2 times (Beneficial for the smoke build flakey tests)
Tests in Cypress open mode will not retry (more ideal for local testing)
2022-05-16 15:16:04 +01:00

16 lines
246 B
JSON

{
"baseUrl": "http://localhost:4100",
"video": true,
"projectId": "bmbemn",
"env": {
"PORT": "4100",
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
},
"retries": {
"runMode": 2,
"openMode": 0
}
}