Skip to content

Commit 1e4b8d4

Browse files
chore(deps): update dependency cypress to v10 (#435)
* chore(deps): update dependency cypress to v10 * chore: add results of automated upgrade * chore: add coverage to gitignore Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Brewer <[email protected]>
1 parent 4072838 commit 1e4b8d4

File tree

7 files changed

+25
-23
lines changed

7 files changed

+25
-23
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ yarn-error.log
55
# Local Netlify folder
66
.netlify
77
reports
8+
coverage
89
cypress/videos
910
cypress/screenshots
10-
coverage

cypress.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { defineConfig } = require('cypress');
2+
3+
module.exports = defineConfig({
4+
e2e: {
5+
setupNodeEvents(on, config) {
6+
return require('./cypress/plugins/index.js')(on, config);
7+
},
8+
},
9+
});

cypress.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

package-lock.json

Lines changed: 14 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "^17.0.0",
4646
"@commitlint/config-conventional": "^17.0.0",
47-
"cypress": "^9.0.0",
47+
"cypress": "^10.0.0",
4848
"eslint": "^7.0.0",
4949
"eslint-plugin-cypress": "^2.11.2",
5050
"husky": "^8.0.1",

0 commit comments

Comments
 (0)