Skip to content

Commit

Permalink
E2E: Add retry to temporary deal with flaky test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Jan 20, 2025
1 parent f1861ad commit 4e0f9e8
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 @@ -17,6 +17,10 @@ module.exports = defineConfig( {
html: false,
json: true,
},
retries: {
runMode: 2,
openMode: 0,
},
e2e: {
setupNodeEvents( on, config ) {
return setBaseUrl( on, config );
Expand Down

0 comments on commit 4e0f9e8

Please sign in to comment.