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
|
|
|
},
|
2020-09-12 23:32:13 +00:00
|
|
|
"ignoreTestFiles": [
|
|
|
|
"**/__snapshots__/*",
|
|
|
|
"**/__image_snapshots__/*"
|
|
|
|
],
|
2020-08-31 22:15:18 +00:00
|
|
|
"defaultCommandTimeout": 10000,
|
2020-09-13 13:50:19 +00:00
|
|
|
"pageLoadTimeout": 120000,
|
|
|
|
"cypress-plugin-snapshots": {
|
|
|
|
"autoCleanUp": true,
|
|
|
|
"prettier": false,
|
|
|
|
"updateSnapshots": false
|
|
|
|
}
|
|
|
|
}
|