diff --git a/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts b/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts index 9402863dc8f9455330fe5bb569c515e463d3256b..c6848595db0c01e5c4304037c2c630cc61217a1b 100644 --- a/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts +++ b/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts @@ -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, + }, }); diff --git a/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts b/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts index e27efd4747272c6205bf93127b785fddbe0f0478..debc5e3e19864e0afbd6b3376b24aec1be23d3c4 100644 --- a/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts +++ b/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts @@ -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, + }, });