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

OZG-6255: re-enable Retries

Because E2E-Tests in Jenkins failed without
parent 9ae0a924
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,13 @@ export default defineConfig({
return cypressEvents(on, config);
},
},
// retries: {
// experimentalStrategy: 'detect-flake-and-pass-on-threshold',
// experimentalOptions: {
// maxRetries: 2,
// passesRequired: 1,
// },
// openMode: true,
// runMode: true,
// },
retries: {
experimentalStrategy: 'detect-flake-and-pass-on-threshold',
experimentalOptions: {
maxRetries: 2,
passesRequired: 1,
},
openMode: true,
runMode: true,
},
});
......@@ -13,13 +13,13 @@ export default defineConfig({
return cypressEvents(on, config);
},
},
// retries: {
// experimentalStrategy: 'detect-flake-and-pass-on-threshold',
// experimentalOptions: {
// maxRetries: 2,
// passesRequired: 1,
// },
// openMode: true,
// runMode: true,
// },
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