koel/cypress.json

7 lines
154 B
JSON

{
"baseUrl": "http://localhost:8080",
"pluginsFile": "cypress/plugins/index.ts",
"viewportWidth": 1440,
"viewportHeight": 768,
"video": false
}