2019-11-23 13:02:51 +00:00
|
|
|
{
|
2019-12-21 07:35:19 +00:00
|
|
|
"baseUrl": "http://localhost:8000",
|
|
|
|
"reporter": "cypress-multi-reporters",
|
2020-07-30 12:20:40 +00:00
|
|
|
"video": false,
|
2019-12-21 07:35:19 +00:00
|
|
|
"reporterOptions": {
|
|
|
|
"configFile": "mocha-multi-reporters.json"
|
2020-08-31 22:15:18 +00:00
|
|
|
},
|
|
|
|
"defaultCommandTimeout": 10000,
|
|
|
|
"pageLoadTimeout": 120000
|
2019-11-23 13:02:51 +00:00
|
|
|
}
|