You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cli/schema/cypress.schema.json
+10
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,16 @@
276
276
"type": "boolean",
277
277
"default": false,
278
278
"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()"
279
+
},
280
+
"component": {
281
+
"type": "object",
282
+
"default": {},
283
+
"description": "Any component runner specific overrides"
284
+
},
285
+
"e2e": {
286
+
"type": "object",
287
+
"default": {},
288
+
"description": "Any e2e runner specific overrides"
0 commit comments