Skip to content

Commit

Permalink
Add retry in run mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Aug 9, 2024
1 parent 1caefec commit 86e9489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cypress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module.exports = defineConfig( {
supportFile: 'tests/cypress/support/index.js',
defaultCommandTimeout: 20000,
},
retries: {
runMode: 2,
openMode: 0,
},
} );

/**
Expand Down

0 comments on commit 86e9489

Please sign in to comment.