From a5ef91eeaf5913f952c8b59ff0b28aa788928b98 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 29 Aug 2024 17:32:28 +0200 Subject: [PATCH] E2E save last screenshots only --- alfa-client/apps/alfa-e2e/cypress-ci.json | 3 +-- alfa-client/apps/alfa-e2e/cypress.config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json index deadd1d2af..52f94998ee 100644 --- a/alfa-client/apps/alfa-e2e/cypress-ci.json +++ b/alfa-client/apps/alfa-e2e/cypress-ci.json @@ -18,7 +18,6 @@ "quite": true, "reportFilename": "report", "overwrite": false, - "saveAllAttempts": true, - "inlineAssets": true + "saveAllAttempts": false } } \ No newline at end of file diff --git a/alfa-client/apps/alfa-e2e/cypress.config.json b/alfa-client/apps/alfa-e2e/cypress.config.json index 7ed1215528..b5d279443b 100644 --- a/alfa-client/apps/alfa-e2e/cypress.config.json +++ b/alfa-client/apps/alfa-e2e/cypress.config.json @@ -37,7 +37,6 @@ "reportDir": "./reports/mochawesome-report", "reportFilename": "report", "overwrite": true, - "saveAllAttempts": true, - "inlineAssets": true + "saveAllAttempts": false } } \ No newline at end of file -- GitLab