From d0f510bbbf8a02207a572cae97e107db676c38aa Mon Sep 17 00:00:00 2001 From: Tony Vi Date: Wed, 9 Aug 2023 21:52:36 +0300 Subject: [PATCH] chore(cypress): disable video recording --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 722373c9c..0f1621850 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -3,4 +3,5 @@ export default { baseUrl: `http://${process.env.CYPRESS_baseUrl || 'localhost'}:3000`, supportFile: false, }, + video: false, };