Skip to content

Commit d021903

Browse files
committed
test(cypress): add default vw and vh
1 parent 488dbfa commit d021903

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cypress.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"video": false,
33
"pluginsFile": "cypress/plugins/index.js",
4-
"supportFile": "cypress/support/index.js"
4+
"supportFile": "cypress/support/index.js",
5+
"viewportWidth": 500,
6+
"viewportHeight": 984
57
}

0 commit comments

Comments
 (0)