From 7adfce37ec9de2ed2893631b5fd36b22fe66650a Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 17 Sep 2020 12:08:42 +0200
Subject: [PATCH] cicd: don't create cypress video

---
 cypress.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cypress.json b/cypress.json
index 2f9683b2..533f1db4 100644
--- a/cypress.json
+++ b/cypress.json
@@ -3,5 +3,6 @@
     "defaultCommandTimeout": 60000,
     "chromeWebSecurity": false,
     "viewportWidth": 1920,
-    "viewportHeight": 1080
+    "viewportHeight": 1080,
+    "video": false
 }
-- 
GitLab