X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76cc719bbb330ab23759c090a28c4c178d953436..76fe6edc8d158f67c600f75c6bb351d7a679b71e:/cypress.json diff --git a/cypress.json b/cypress.json index e62577e63b..1a4ed40822 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 }