Skip to content

Commit

Permalink
Merge pull request #1535 from GSA/cypress-retry
Browse files Browse the repository at this point in the history
retry in cypress
  • Loading branch information
btylerburton authored Jan 16, 2025
2 parents cd86da0 + 2154da4 commit e904d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ module.exports = defineConfig({
videoCompression: false,
videoUploadOnPasses: false,
screenshotOnRunFailure: false,
retries: {
runMode: 2,
openMode: 0,
},
})

0 comments on commit e904d63

Please sign in to comment.