-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cypress): support Cypress 10 (#259)
Co-authored-by: Yusuf Kandemir <[email protected]> Co-authored-by: Paolo Caleffi <[email protected]>
- Loading branch information
1 parent
0a25c1d
commit 9421a26
Showing
144 changed files
with
4,154 additions
and
5,275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
overrides: [ | ||
{ | ||
files: ['**/*.cy.{js,jsx,ts,tsx}'], | ||
extends: [ | ||
// Add Cypress-specific lint rules, globals and Cypress plugin | ||
// See https://github.com/cypress-io/eslint-plugin-cypress#rules | ||
'plugin:cypress/recommended', | ||
], | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.