diff --git a/e2e/cypress.config.js b/e2e/cypress.config.js index f9cf1563..1a75e7d6 100644 --- a/e2e/cypress.config.js +++ b/e2e/cypress.config.js @@ -8,4 +8,8 @@ module.exports = defineConfig({ videoCompression: false, videoUploadOnPasses: false, screenshotOnRunFailure: false, + retries: { + runMode: 2, + openMode: 0, + }, }) \ No newline at end of file