Skip to content

Commit 6d64d5d

Browse files
committed
cypress updated to 10.7.0
1 parent 8b36426 commit 6d64d5d

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
cypress/downloads

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ How to run the project?
4949
- Install Node JS
5050
- Run the command "npm i"
5151
- Run a script in the package.json
52+
53+
How to update the Cypress dependecy?
54+
npm install -D cypress@x.x.x

package-lock.json

Lines changed: 7 additions & 7 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
@@ -22,7 +22,7 @@
2222
"@faker-js/faker": "^7.4.0",
2323
"@testing-library/cypress": "^8.0.3",
2424
"cy-verify-downloads": "^0.1.8",
25-
"cypress": "^10.4.0",
25+
"cypress": "^10.7.0",
2626
"cypress-file-upload": "^5.0.8",
2727
"cypress-mochawesome-reporter": "^3.2.2",
2828
"cypress-real-events": "^1.7.1",

0 commit comments

Comments
 (0)