fix issue with the snapshot
This commit is contained in:
16
cypress.json
16
cypress.json
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user