X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ac975ab3e027c2b7bca986f218e6e81c45f292cb..63539b816f355df818e4205d5da0b7b7416c9966:/cypress.json diff --git a/cypress.json b/cypress.json index e62577e6..1a4ed408 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,8 @@ { "baseUrl": "https://localhost:3000/", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "viewportWidth": 1920, + "viewportHeight": 1080, + "downloadsFolder": "cypress/downloads", + "videoCompression": false }