Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 553 Bytes

File metadata and controls

27 lines (20 loc) · 553 Bytes

Cypress

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • cypress

Default configuration

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

Also see Knip plugins for more information about plugins.