Skip to content

Commit

Permalink
Reactive Cypress retry option
Browse files Browse the repository at this point in the history
  • Loading branch information
justinehell committed Nov 7, 2023
1 parent d6b7e2d commit 4bc0e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

0 comments on commit 4bc0e1b

Please sign in to comment.