svgedit/cypress.json

15 lines
323 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:8000",
"reporter": "cypress-multi-reporters",
"video": false,
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
},
2020-09-12 23:32:13 +00:00
"ignoreTestFiles": [
"**/__snapshots__/*",
"**/__image_snapshots__/*"
],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 120000
}