tiptap/tests/cypress.json

8 lines
162 B
JSON
Raw Normal View History

2020-03-04 06:34:03 +08:00
{
2020-08-14 23:05:00 +08:00
"baseUrl": "http://localhost:3000",
"integrationFolder": "../docs/src/",
2020-09-11 17:49:08 +08:00
"testFiles": "**/*.spec.js",
"viewportWidth": 1280,
"viewportHeight": 1280
2020-03-04 06:34:03 +08:00
}