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