Skip to content

Commit

Permalink
new configuration option in cypress.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
penx committed May 19, 2021
1 parent 2c0b798 commit 0a39322
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cli/schema/cypress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
"type": "boolean",
"default": false,
"description": "Enables including elements within the shadow DOM when using querying commands (e.g. cy.get(), cy.find()). Can be set globally in cypress.json, per-suite or per-test in the test configuration object, or programmatically with Cypress.config()"
},
"babelLoaderOptions": {
"type": "object",
"default": null,
"description": "Pass options to the babel loader used by @cypress/react/plugins/babel"
}
}
}
Expand Down

0 comments on commit 0a39322

Please sign in to comment.