diff --git a/cypress.config.js b/cypress.config.js index c921e286f..da5637305 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -30,4 +30,6 @@ module.exports = defineConfig({ reporter: require.resolve('@badeball/cypress-cucumber-preprocessor/pretty-reporter'), }, defaultCommandTimeout: 10000, + // TODO : Remove 'retries' when random failures are fixed (see https://github.com/ditrit/leto-modelizer/issues/433) + retries: 3, });