From 5b17f88de2e35d375f8dc194fa6027c312e2af59 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 3 Aug 2021 21:26:40 -0700 Subject: [PATCH] disable video recording --- frontend/cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress.json b/frontend/cypress.json index cb6859f5c..3981dec63 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -7,6 +7,7 @@ "pluginsFile": "cypress/plugins/index.js", "fixturesFolder": "cypress/fixtures", "baseUrl": "http://localhost:4200", + "video": false, "retries": { "runMode": 3, "openMode": 0