Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add retry in run mode.
  • Loading branch information
iamdharmesh committed Aug 9, 2024
commit 86e94893c12a2e083f8f1cd2bf4eb9bd3be9e070
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