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