X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27f584f8f0d3270f3e737c401a794a37aa1b45c5..55c5457ebca7455a0299ddc33b3d1622518767f0:/cypress.json?ds=sidebyside diff --git a/cypress.json b/cypress.json index e62577e63b..47f77ede2f 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,7 @@ { "baseUrl": "https://localhost:3000/", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "viewportWidth": 1920, + "viewportHeight": 1080, + "downloadsFolder": "cypress/downloads" }