From a28a46cf08eb421aa7709b1b6f9673fba9239ad0 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 2 Feb 2023 15:43:26 +0100 Subject: [PATCH] disable video recording in e2e tests --- e2e-tests/cypress/tests/cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/cypress/tests/cypress.config.ts b/e2e-tests/cypress/tests/cypress.config.ts index 6bff1a169..a9627c5ae 100644 --- a/e2e-tests/cypress/tests/cypress.config.ts +++ b/e2e-tests/cypress/tests/cypress.config.ts @@ -48,7 +48,7 @@ export default defineConfig({ supportFile: "cypress/support/index.ts", viewportHeight: 720, viewportWidth: 1280, - video: true, + video: false, retries: { runMode: 2, openMode: 0,