adding cypress.json to site folder

This commit is contained in:
Dinushi Herath 2022-05-13 15:29:30 +10:00
parent c929e1bbbd
commit 4f3b9460f2

5
site/cypress.json Normal file
View File

@ -0,0 +1,5 @@
{
"baseUrl": "http://localhost:3000",
"viewportHeight": 1000,
"viewportWidth": 1280
}