18966: Sets up Cypress to not save videos on success.
[arvados-workbench2.git] / cypress.json
index e62577e63b29a39bff6964973233453e9711f617..ecafd8ccb5e14e01bed071941ba2fb27929bd981 100644 (file)
@@ -1,4 +1,8 @@
 {
     "baseUrl": "https://localhost:3000/",
-    "chromeWebSecurity": false
+    "chromeWebSecurity": false,
+    "viewportWidth": 1920,
+    "viewportHeight": 1080,
+    "downloadsFolder": "cypress/downloads",
+    "videoUploadOnPasses": false
 }