diff --git a/site/cypress.json b/site/cypress.json new file mode 100644 index 000000000..97ed4bc5e --- /dev/null +++ b/site/cypress.json @@ -0,0 +1,5 @@ +{ + "baseUrl": "http://localhost:3000", + "viewportHeight": 1000, + "viewportWidth": 1280 +}