remove mocha reports (cypress coverage sufficient)

This commit is contained in:
JFH
2021-07-25 21:21:54 +02:00
parent f6041b5740
commit c4f0431436
7 changed files with 2334 additions and 6772 deletions

View File

@@ -1,10 +1,6 @@
{
"baseUrl": "http://localhost:8000",
"reporter": "cypress-multi-reporters",
"video": false,
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
},
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 120000,