diff --git a/cypress.config.ts b/cypress.config.ts index 6eb19726c..50742005e 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -23,6 +23,7 @@ module.exports = defineConfig({ retries: { runMode: 2, }, + video: true, env: { apiUrl: "http://localhost:3001", mobileViewportWidthBreakpoint: 414,