remove video by default to accelerate test performance

master
JFH 2020-07-30 14:20:40 +02:00
parent eea9e7328b
commit afc241453f
1 changed files with 1 additions and 0 deletions

View File

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