From 4f3b9460f243b36621cfcd27dfe12b1e66e77aae Mon Sep 17 00:00:00 2001 From: Dinushi Herath Date: Fri, 13 May 2022 15:29:30 +1000 Subject: [PATCH] adding cypress.json to site folder --- site/cypress.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/cypress.json 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 +}