tiptap/tests/cypress.json

7 lines
155 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",
2020-09-30 23:12:34 +08:00
"integrationFolder": "../",
2021-08-26 18:33:48 +08:00
"testFiles": "{demos,tests}/**/*.spec.{js,ts}",
2021-06-03 15:56:26 +08:00
"defaultCommandTimeout": 15000
2020-03-04 06:34:03 +08:00
}