From 5c9a24f75662675e522beb29162dab02be1ad37a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 23 Jul 2024 15:56:05 +0200 Subject: [PATCH] OZG-6522 reverting - no improvement in fixing missing screenshots This reverts commit f4457ffa7b598d612f6fba3e64adc69bea34fb1e. --- alfa-client/apps/alfa-e2e/cypress-ci.json | 5 +---- alfa-client/apps/alfa-e2e/cypress.config.json | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json index 17bb7633f7..b7768dbc3a 100644 --- a/alfa-client/apps/alfa-e2e/cypress-ci.json +++ b/alfa-client/apps/alfa-e2e/cypress-ci.json @@ -17,9 +17,6 @@ "json": true, "quite": true, "reportFilename": "report", - "overwrite": false, - "saveAllAttempts": false, - "embeddedScreenshots": true, - "inlineAssets": true + "overwrite": false } } diff --git a/alfa-client/apps/alfa-e2e/cypress.config.json b/alfa-client/apps/alfa-e2e/cypress.config.json index 187005517c..3a604c010d 100644 --- a/alfa-client/apps/alfa-e2e/cypress.config.json +++ b/alfa-client/apps/alfa-e2e/cypress.config.json @@ -36,9 +36,6 @@ "json": true, "reportDir": "./reports/mochawesome-report", "reportFilename": "report", - "overwrite": true, - "saveAllAttempts": false, - "embeddedScreenshots": true, - "inlineAssets": true + "overwrite": true } } -- GitLab