diff --git a/cypress.config.js b/cypress.config.js index 4678415ba8f3a..beead514b00c3 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, })