Skip to content

Commit

Permalink
add retries to cypress config (saleor#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha authored Nov 4, 2022
1 parent 47dce43 commit 4549b0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ module.exports = defineConfig({
requestTimeout: 20000,
viewportWidth: 1400,
viewportHeight: 660,
retries: {
runMode: 1,
openMode: 0,
},
e2e: {
env: {
grepFilterSpecs: true,
Expand Down

0 comments on commit 4549b0d

Please sign in to comment.