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-13 21:56:45 +00:00
|
|
|
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
|
|
|
|
"defaultCommandTimeout": 10000,
|
2020-09-13 13:50:19 +00:00
|
|
|
"pageLoadTimeout": 120000,
|
2020-12-25 23:08:54 +00:00
|
|
|
"includeShadowDom": true,
|
2021-01-07 23:16:12 +00:00
|
|
|
"scrollBehavior": false,
|
2020-09-13 13:50:19 +00:00
|
|
|
"cypress-plugin-snapshots": {
|
2020-09-13 21:56:45 +00:00
|
|
|
"autoCleanUp": true,
|
|
|
|
"prettier": true,
|
|
|
|
"updateSnapshots": false,
|
|
|
|
"diffLines": 5
|
2020-09-13 13:50:19 +00:00
|
|
|
}
|
2020-09-13 21:56:45 +00:00
|
|
|
}
|