From 748e5dab4472cfb2a0c80a0c0cc0dea93b9d07ad Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 25 Oct 2021 17:28:15 +0530 Subject: [PATCH] test: enable video for cypres ci --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 97ac41bb61..9a81ca5ede 100644 --- a/cypress.json +++ b/cypress.json @@ -3,5 +3,7 @@ "projectId": "92odwv", "adminPassword": "admin", "defaultCommandTimeout": 20000, - "pageLoadTimeout": 15000 + "pageLoadTimeout": 15000, + "video": true, + "videoUploadOnPasses": false }