diff --git a/cypress.config.js b/cypress.config.js index 7b0e2fbf1..ac72bfd69 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -4,6 +4,10 @@ const { defineConfig } = require('cypress'); const BASE_URL = 'http://localhost:5678'; module.exports = defineConfig({ + retries: { + openMode: 1, + runMode: 3 + }, e2e: { baseUrl: BASE_URL, video: false,