diff --git a/electron/ui/cypress.config.js b/electron/ui/cypress.config.js index 701b3df0..1bd369ed 100644 --- a/electron/ui/cypress.config.js +++ b/electron/ui/cypress.config.js @@ -8,6 +8,6 @@ module.exports = defineConfig({ on('task', {downloadFile}); }, baseUrl: 'http://localhost:3000', - video: true + video: false }, }); \ No newline at end of file