Skip to content

Cypress

This plugin is enabled if "cypress" is listed in "dependencies" or "devDependencies" in package.json.

If this plugin is enabled, the following configuration is added automatically:

{
"cypress": {
"config": [
"cypress.config.{js,ts,mjs,cjs}"
],
"entry": [
"cypress/e2e/**/*.cy.{js,jsx,ts,tsx}",
"cypress/support/e2e.{js,jsx,ts,tsx}",
"cypress/support/commands.{js,ts}",
"cypress/support/component.{js,ts}",
"cypress/plugins/index.js"
]
}
}

Depending on local configuration, plugins may modify the defaults as shown.

Custom config or entry options override default values, they are not merged.

See Plugins for more details about plugins and their entry and config options.

This page was generated from the cypress plugin source code.

ISC License © 2024 Lars Kappert