X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/76cc719bbb330ab23759c090a28c4c178d953436..2ec7fa451c0970c15c0b0d35fe70e473889f9ea3:/cypress.json?ds=sidebyside diff --git a/cypress.json b/cypress.json index e62577e6..47f77ede 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" }