From d5d8597232389d0b4c96552f0930da8d0a327f11 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 13 Mar 2023 20:46:59 +0100 Subject: [PATCH] deactivate video recording in cypress --- cypress/cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/cypress.json b/cypress/cypress.json index dbe8691fa..de323f736 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -4,6 +4,7 @@ "ignoreTestFiles": "*.js", "chromeWebSecurity": false, "baseUrl": "http://localhost:3000", + "video":false, "retries": { "runMode": 2, "openMode": 0