From: Lucas Di Pentima Date: Thu, 7 Apr 2022 16:44:52 +0000 (-0300) Subject: Disable video compression to save test run time. No issue # X-Git-Tag: 2.4.1~7^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/286c37bd2d4ea8322f20b9f04e74afd04d531afa Disable video compression to save test run time. No issue # Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/cypress.json b/cypress.json index ecafd8cc..1a4ed408 100644 --- a/cypress.json +++ b/cypress.json @@ -4,5 +4,5 @@ "viewportWidth": 1920, "viewportHeight": 1080, "downloadsFolder": "cypress/downloads", - "videoUploadOnPasses": false + "videoCompression": false }