From 2ed919a2656addb2dbc7137e226f8a5cdf0ec1f4 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Fri, 20 Sep 2024 13:24:46 +0200 Subject: [PATCH] Disable cypress videos --- cypress.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.mjs b/cypress.config.mjs index cf7c3dcc..a14caae4 100644 --- a/cypress.config.mjs +++ b/cypress.config.mjs @@ -6,7 +6,7 @@ export default defineConfig({ projectId: "RVEZS1", chromeWebSecurity: false, watchForFileChanges: false, - video: true, + video: false, viewportWidth: 1280, viewportHeight: 720, retries: {