diff --git a/tests/cypress/config.js b/tests/cypress/config.js index b881418..0720819 100644 --- a/tests/cypress/config.js +++ b/tests/cypress/config.js @@ -25,6 +25,10 @@ module.exports = defineConfig( { supportFile: 'tests/cypress/support/index.js', defaultCommandTimeout: 20000, }, + retries: { + runMode: 2, + openMode: 0, + }, } ); /**