Skip to content

Commit

Permalink
adding retries to look for flakiness (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephanhazell authored Oct 7, 2022
1 parent 75d57d6 commit 473146b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = defineConfig({
excludeSpecPattern: process.env.CYPRESS_MAGENTO2_EXCLUDE_PATTERN || envConfig.MAGENTO2_EXCLUDE_PATTERN || '',
defaultCommandTimeout: parseInt(process.env.CYPRESS_MAGENTO2_DEFAULT_TIMEOUT || envConfig.MAGENTO2_DEFAULT_TIMEOUT || defaultCommandTimeout),
videoUploadOnPasses: !! (process.env.CYPRESS_VIDEO_UPLOAD_ON_PASSES || envConfig.VIDEO_UPLOAD_ON_PASSES || false),
retries: 3,
watchForFileChanges: false,
supportFile: 'cypress/support/index.js',
viewportWidth: 1920,
Expand Down

0 comments on commit 473146b

Please sign in to comment.