Skip to content

Commit

Permalink
ci: Retry cypress tests before failing (#25404)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl authored Oct 4, 2024
1 parent a87b2dd commit 5e7009d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.e2e.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default defineConfig({
// cypress default is 'top' this means sometimes the element is underneath the top navbar
// not what a human would do... so, set it to center to avoid this weird behavior
scrollBehavior: 'center',
retries: {runMode: 2},
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
Expand Down

0 comments on commit 5e7009d

Please sign in to comment.