diff --git a/cypress.config.ts b/cypress.config.ts index a098ce6..a2a3da8 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ pageLoadTimeout: 100000, watchForFileChanges: false, chromeWebSecurity: false, - video: true, + video: false, screenshotOnRunFailure: true, screenshotsFolder: 'cypress/screenshots', viewportWidth: 1520,