From 7dd3b5936d5e52b2ba29e69370a8fd60cb26e2bb Mon Sep 17 00:00:00 2001 From: Prateek Bhiwapurkar Date: Mon, 6 Jan 2025 18:01:19 +0530 Subject: [PATCH] Added video true option --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 6ea457283..42b7c0eea 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,4 +1,5 @@ module.exports = { 'projectId': '4b7344', e2e: {}, + 'video': true, }