From f4457ffa7b598d612f6fba3e64adc69bea34fb1e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 23 Jul 2024 14:48:39 +0200
Subject: [PATCH] OZG-6522 Trying to fix missing screenshots

---
 alfa-client/apps/alfa-e2e/cypress-ci.json     | 5 ++++-
 alfa-client/apps/alfa-e2e/cypress.config.json | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json
index b7768dbc3a..17bb7633f7 100644
--- a/alfa-client/apps/alfa-e2e/cypress-ci.json
+++ b/alfa-client/apps/alfa-e2e/cypress-ci.json
@@ -17,6 +17,9 @@
     "json": true,
     "quite": true,
     "reportFilename": "report",
-    "overwrite": false
+    "overwrite": false,
+    "saveAllAttempts": false,
+    "embeddedScreenshots": true,
+    "inlineAssets": true
   }
 }
diff --git a/alfa-client/apps/alfa-e2e/cypress.config.json b/alfa-client/apps/alfa-e2e/cypress.config.json
index 3a604c010d..187005517c 100644
--- a/alfa-client/apps/alfa-e2e/cypress.config.json
+++ b/alfa-client/apps/alfa-e2e/cypress.config.json
@@ -36,6 +36,9 @@
     "json": true,
     "reportDir": "./reports/mochawesome-report",
     "reportFilename": "report",
-    "overwrite": true
+    "overwrite": true,
+    "saveAllAttempts": false,
+    "embeddedScreenshots": true,
+    "inlineAssets": true
   }
 }
-- 
GitLab