16115: Fixes cypress tests.
[arvados-workbench2.git] / cypress.json
index e62577e63b29a39bff6964973233453e9711f617..1a4ed4082228a93d5fd9a1909dc53b9cfa8d73fb 100644 (file)
@@ -1,4 +1,8 @@
 {
     "baseUrl": "https://localhost:3000/",
-    "chromeWebSecurity": false
+    "chromeWebSecurity": false,
+    "viewportWidth": 1920,
+    "viewportHeight": 1080,
+    "downloadsFolder": "cypress/downloads",
+    "videoCompression": false
 }