Skip to content
Snippets Groups Projects
Commit 14a1c8ec authored by OZGCloud's avatar OZGCloud
Browse files

Revert "E2E disable Cypress retries"

This reverts commit 97b058f7.
parent fdfff778
Branches
No related tags found
No related merge requests found
...@@ -12,4 +12,13 @@ export default defineConfig({ ...@@ -12,4 +12,13 @@ export default defineConfig({
return cypressEvents(on, config); return cypressEvents(on, config);
}, },
}, },
retries: {
experimentalStrategy: 'detect-flake-and-pass-on-threshold',
experimentalOptions: {
maxRetries: 2,
passesRequired: 1,
},
openMode: true,
runMode: true,
},
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment