From: Lucas Di Pentima Date: Mon, 4 Apr 2022 20:47:03 +0000 (-0300) Subject: 18966: Sets up Cypress to not save videos on success. X-Git-Tag: 2.4.0^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/08c3068f2fb8fe2e2e651951b961e2e88de1ffb1 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 --- 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 }