koel/cypress.json
2021-01-03 12:01:39 +01:00

10 lines
191 B
JSON

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