Disable video
diff --git a/cypress.config.js b/cypress.config.js
index 72ce58b..f269aed 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -1,6 +1,7 @@
 const { defineConfig } = require('cypress')
 
 module.exports = defineConfig({
+  video: false,
   e2e: {
     specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
     supportFile: false