diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json index deadd1d2af00c7bdc63c42795039526b2a7cb90f..52f94998eee8e5bea483590d4fd4b7d6c368bfa9 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 7ed12155283c51270f1d2992b2476a672fc629ed..b5d279443b92dd1d7f3d74428d11d2225d8bbdee 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