diff --git a/cypress.config.ts b/cypress.config.ts index 27756728..fb9e5a59 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -3,5 +3,6 @@ import { defineConfig } from 'cypress' export default defineConfig({ e2e: { baseUrl: 'http://localhost:5314', + video: false, }, })