Browse Source

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)
pull/5909/head
Mitch-Budibase 4 years ago
parent
commit
60e2f7e4ba
  1. 4
      packages/builder/cypress.json

4
packages/builder/cypress.json

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

Loading…
Cancel
Save