Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PFX-351] - Upgrade cypress to v13 #660

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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