diff --git a/tests/cypress.json b/tests/cypress.json index 0e264d5c..3db2baab 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -1,5 +1,7 @@ { "baseUrl": "http://localhost:3000", "integrationFolder": "../docs/src/", - "testFiles": "**/*.spec.js" + "testFiles": "**/*.spec.js", + "viewportWidth": 1280, + "viewportHeight": 1280 }