From 08c3068f2fb8fe2e2e651951b961e2e88de1ffb1 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Mon, 4 Apr 2022 17:47:03 -0300 Subject: [PATCH] 18966: Sets up Cypress to not save videos on success. This will hopefully save some minutes of every run. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 47f77ede..ecafd8cc 100644 --- a/cypress.json +++ b/cypress.json @@ -3,5 +3,6 @@ "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080, - "downloadsFolder": "cypress/downloads" + "downloadsFolder": "cypress/downloads", + "videoUploadOnPasses": false } -- 2.30.2