45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"baseUrl": "https://analytics.dev.stratanetwork.net/workbooks/",
|
|
"requestTimeout": 8000,
|
|
"defaultCommandTimeout": 10000,
|
|
"trashAssetsBeforeRuns": true,
|
|
"downloadsFolder": "cypress/fixtures",
|
|
"viewportWidth": 1440,
|
|
"viewportHeight": 900,
|
|
"scrollBehavior": false,
|
|
"chromeWebSecurity": false,
|
|
"ignoreTestFiles": [
|
|
"**/__snapshots__/*",
|
|
"**/__image_snapshots__/*"
|
|
],
|
|
"cypress-plugin-snapshots": {
|
|
"autoCleanUp": false,
|
|
"autopassNewSnapshots": true,
|
|
"diffLines": 3,
|
|
"excludeFields": [],
|
|
"ignoreExtraArrayItems": false,
|
|
"ignoreExtraFields": false,
|
|
"normalizeJson": true,
|
|
"prettier": true,
|
|
"imageConfig": {
|
|
"createDiffImage": true,
|
|
"resizeDevicePixelRatio": true,
|
|
"threshold": 0.05,
|
|
"thresholdType": "percent"
|
|
},
|
|
"screenshotConfig": {
|
|
"blackout": [],
|
|
"capture": "fullPage",
|
|
"clip": null,
|
|
"disableTimersAndAnimations": true,
|
|
"log": false,
|
|
"scale": false,
|
|
"timeout": 30000
|
|
},
|
|
"serverEnabled": true,
|
|
"serverHost": "localhost",
|
|
"serverPort": 2121,
|
|
"updateSnapshots": false,
|
|
"backgroundBlend": "difference"
|
|
}
|
|
} |