Skip to content

Commit

Permalink
add retries to cypress tests due to flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT committed Feb 11, 2024
1 parent 28fb134 commit abdb40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
'admin.api.key': 'ajGwpy8Pdai22XDUpqjC5Ob04v0eG7EGgb4vz2bD2juT8YDmfM',
'user.api.key': 'JZJApQ9XOnF7nvupWZlTWBRrqMtHE9eNcWBTUzEWGqL4Sdqp6C',
},
retries: 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 abdb40d

Please sign in to comment.