projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
20252: Clean up imports
[arvados.git]
/
cypress.json
diff --git
a/cypress.json
b/cypress.json
index e62577e63b29a39bff6964973233453e9711f617..1a4ed4082228a93d5fd9a1909dc53b9cfa8d73fb 100644
(file)
--- 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
}