remove video by default to accelerate test performance

This commit is contained in:
JFH
2020-07-30 14:20:40 +02:00
parent eea9e7328b
commit afc241453f

View File

@@ -1,6 +1,7 @@
{
"baseUrl": "http://localhost:8000",
"reporter": "cypress-multi-reporters",
"video": false,
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
}