1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

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)
This commit is contained in:
Mitch-Budibase 2022-05-16 15:16:04 +01:00
parent c2beb5926b
commit 60e2f7e4ba

View file

@ -7,5 +7,9 @@
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
},
"retries": {
"runMode": 2,
"openMode": 0
}
}