Skip to content

Commit

Permalink
Add retries to cypress for flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anvit committed Aug 8, 2024
1 parent a98cb56 commit 1c5ae04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = defineConfig({
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
retries: {'runMode': 3},
baseUrl: 'http://localhost:63001',
},
})

0 comments on commit 1c5ae04

Please sign in to comment.