diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json
index b7768dbc3af38c4282d24c58f396f65d2ca20f3b..17bb7633f7b20440dc08eca6c75cc1308999d5f3 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 3a604c010deb694376105420fb38252bc1029efe..187005517c20313eb9a62c6f12fbccea466544ac 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
   }
 }