remove video by default to accelerate test performance
parent
eea9e7328b
commit
afc241453f
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:8000",
|
"baseUrl": "http://localhost:8000",
|
||||||
"reporter": "cypress-multi-reporters",
|
"reporter": "cypress-multi-reporters",
|
||||||
|
"video": false,
|
||||||
"reporterOptions": {
|
"reporterOptions": {
|
||||||
"configFile": "mocha-multi-reporters.json"
|
"configFile": "mocha-multi-reporters.json"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue