Skip to content

Commit

Permalink
retries cypress tests 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jan 22, 2024
1 parent 2930e62 commit 9f49f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export default defineConfig({
specPattern: 'cypress/tests/**/*.cy.ts',
setupNodeEvents(on, config) {
// implement node event listeners here
},
retries: {
runMode: 3
}
}
})

0 comments on commit 9f49f45

Please sign in to comment.