-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: Improve integration tests by upgrading Cypress to 9.5.4 #177
Conversation
From 6.6.0. This way it matches [Cypress version run by WebOps that was recently updated][1]. [1]: https://github.com/vtex/vtex-cicd-platform/pull/182
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
@@ -19,11 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Applies new local tokens to `CartSidebar` ([#145](https://github.com/vtex-sites/nextjs.store/pull/145)) | |||
- Global tokens doc page on storybook ([#147](https://github.com/vtex-sites/nextjs.store/pull/147)) | |||
- Adds [bun](https://bun.sh/) compatiblity ([#164](https://github.com/vtex-sites/nextjs.store/pull/164)) | |||
- Uses new cross selling API on PDP ([#137](https://github.com/vtex-sites/gatsby.store/pull/137)) | |||
- Uses new cross selling API on PDP ([#159](https://github.com/vtex-sites/nextjs.store/pull/159)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!
Preview is readyThis pull request generated a Preview👀 Preview: https://sfj-facdb3b--nextjs.preview.vtex.app |
Lighthouse ReportsHere are the Lighthouse reports of this Pull Request📝 Based on commit facdb3b
|
## What's the purpose of this pull request? From 9.5.4. This way, it matches [Cypress version run by WebOps that was recently updated][1]. [1]: https://github.com/vtex/vtex-cicd-platform/pull/217 ## How to test it? Run `yarn develop` and then `yarn test`. ## References Similar to #177.
## What's the purpose of this pull request? From 9.5.4. This way, it matches [Cypress version run by WebOps that was recently updated][1]. [1]: vtex/vtex-cicd-platform#217 ## How to test it? Run `yarn develop` and then `yarn test`. ## References Similar to vtex-sites/nextjs.store#177.
What's the purpose of this pull request?
From 6.6.0. This way, it matches Cypress version run by WebOps that was recently updated.
How to test it?
Run
yarn develop
and thenyarn test
.