mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 14:50:00 -06:00
schema: add new modifyObstructiveCode option [skip ci]
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user