diff --git a/cypress.json b/cypress.json index 3acc4be5..6dc8755e 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,7 @@ { "baseUrl": "http://localhost:8080/exist/apps", - "projectId": "6tyg6v" + "projectId": "6tyg6v", + "experimentalSessionAndOrigin": true, + "viewportWidth": 1200, + "viewportHeight": 860 }