From 97b058f7c500ac7cfce5ae6e33ae88a255b6661a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 29 Aug 2024 14:48:19 +0200 Subject: [PATCH] E2E disable Cypress retries retries deaktivieren, wenn Tests stabil bleiben. Ziel: Screenshots wieder anklickbar --- alfa-client/apps/alfa-e2e/cypress.config.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/alfa-client/apps/alfa-e2e/cypress.config.ts b/alfa-client/apps/alfa-e2e/cypress.config.ts index 1e57f65df3..975685740d 100644 --- a/alfa-client/apps/alfa-e2e/cypress.config.ts +++ b/alfa-client/apps/alfa-e2e/cypress.config.ts @@ -11,14 +11,5 @@ export default defineConfig({ setupNodeEvents(on, config) { return cypressEvents(on, config); }, - }, - retries: { - experimentalStrategy: 'detect-flake-and-pass-on-threshold', - experimentalOptions: { - maxRetries: 2, - passesRequired: 1, - }, - openMode: true, - runMode: true, - }, + }, }); -- GitLab