From a228ebddd7353e03a2487a5f5d60cc28638304ae Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 7 Jul 2025 09:51:36 -0400 Subject: [PATCH] turn on video recording --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) 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,