Skip to content

Commit

Permalink
turn video off for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 31, 2024
1 parent 1cb129b commit b8c20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ui/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = defineConfig({
on('task', {downloadFile});
},
baseUrl: 'http://localhost:3000',
video: true
video: false
},
});

0 comments on commit b8c20a4

Please sign in to comment.