diff --git a/cypress.config.js b/cypress.config.js index 4678415ba8..beead514b0 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -10,4 +10,6 @@ export default defineConfig({ baseUrl: 'http://localhost:3000', supportFile: false, }, + video: true, + videoCompression: true, })