Skip to content

Commit

Permalink
[PFX-351] - Upgrade cypress to v13 (#660)
Browse files Browse the repository at this point in the history
* chore: updgrade cypress to 13

* chore: update changelog
  • Loading branch information
jpina1-godaddy authored Jan 22, 2024
1 parent 021da9a commit 0da8c6e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 41 deletions.
64 changes: 25 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/gasket-plugin-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @gasket/plugin-cypress

- Upgrade Cypress to v13 ([#660])

### 6.38.0

- Upgrade Cypress to v12 ([#541])
Expand All @@ -16,3 +18,4 @@
[#357]: https://github.com/godaddy/gasket/pull/357
[#436]: https://github.com/godaddy/gasket/pull/436
[#541]: https://github.com/godaddy/gasket/pull/541
[#660]: https://github.com/godaddy/gasket/pull/660
4 changes: 3 additions & 1 deletion packages/gasket-plugin-cypress/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
collectCoverageFrom: ['index.js'],
testURL: 'http://localhost/',
testEnvironmentOptions: {
url: 'http://localhost/'
},
testMatch: ['**/test/*.test.js']
};
2 changes: 1 addition & 1 deletion packages/gasket-plugin-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/core": "^7.16.10",
"@testing-library/react": "^13.4.0",
"cypress": "^12.3.0",
"cypress": "^13.6.3",
"eslint": "^8.7.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-unicorn": "^44.0.0",
Expand Down

0 comments on commit 0da8c6e

Please sign in to comment.