svgedit/cypress.json

16 lines
391 B
JSON

{
"baseUrl": "http://localhost:8000",
"video": false,
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 120000,
"includeShadowDom": true,
"scrollBehavior": false,
"cypress-plugin-snapshots": {
"autoCleanUp": true,
"prettier": true,
"updateSnapshots": false,
"diffLines": 5
}
}