From afc241453ff6e1dc7c638d26eb98afc107c14b2d Mon Sep 17 00:00:00 2001 From: JFH Date: Thu, 30 Jul 2020 14:20:40 +0200 Subject: [PATCH] remove video by default to accelerate test performance --- cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.json b/cypress.json index 58f4a64b..e4ee2e68 100644 --- a/cypress.json +++ b/cypress.json @@ -1,6 +1,7 @@ { "baseUrl": "http://localhost:8000", "reporter": "cypress-multi-reporters", + "video": false, "reporterOptions": { "configFile": "mocha-multi-reporters.json" }