Skip to content
Snippets Groups Projects
Commit 97b058f7 authored by OZGCloud's avatar OZGCloud
Browse files

E2E disable Cypress retries

retries deaktivieren, wenn Tests stabil bleiben. Ziel: Screenshots wieder anklickbar
parent bd404c82
Branches
No related tags found
No related merge requests found
...@@ -12,13 +12,4 @@ export default defineConfig({ ...@@ -12,13 +12,4 @@ 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