fix issue with the snapshot

This commit is contained in:
jfh
2020-09-13 23:56:45 +02:00
parent 22e44a0f56
commit b88691d1f3
19 changed files with 369 additions and 201 deletions

View File

@@ -5,15 +5,13 @@
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
},
"ignoreTestFiles": [
"**/__snapshots__/*",
"**/__image_snapshots__/*"
],
"defaultCommandTimeout": 10000,
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 120000,
"cypress-plugin-snapshots": {
"autoCleanUp": true,
"prettier": false,
"updateSnapshots": false
"autoCleanUp": true,
"prettier": true,
"updateSnapshots": false,
"diffLines": 5
}
}
}