schema: add new modifyObstructiveCode option [skip ci]

This commit is contained in:
Brian Mann
2018-02-16 00:42:17 -05:00
parent 4db34c9c75
commit 46c1c21ea5

View File

@@ -147,6 +147,11 @@
"default": null,
"description": "A String or Array of hosts that you wish to block traffic for. Please read the notes for examples on using this https://on.cypress.io/configuration#blacklistHosts"
},
"modifyObstructiveCode": {
"type": "boolean",
"default": true,
"description": "Whether Cypress will search for and replace obstructive JS code found in .js or .html files that prevents Cypress from working. Please read the notes for more information on this setting. https://on.cypress.io/configuration#modifyObstructiveCode"
},
"viewportHeight": {
"type": "number",
"default": 660,