-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add v2.14 Release notes #3917
Add v2.14 Release notes #3917
Conversation
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.
small changes
blog/2024-07-10-release-notes.md
Outdated
|
||
#### E2E Tests With Nightwatch, WebdriverIO and Puppeteer | ||
|
||
You can now use frameworks instead of Cypress which has been deprecated. |
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.
Cypress is not deprecated, we just added additional testing framework support to our testing-utilities library.
Something like:
You can now use additional frameworks like Nightwatch, WebdriverIO and Puppeteer in testing-utilities library for your e2e tests.
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.
Changed the description as suggested.
Co-authored-by: Johannes Doberer <johannes.doberer@sap.com>
Co-authored-by: Johannes Doberer <johannes.doberer@sap.com>
Co-authored-by: Johannes Doberer <johannes.doberer@sap.com>
Co-authored-by: Johannes Doberer <johannes.doberer@sap.com>
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.
👍
Description
Changes proposed in this pull request:
Related issue(s)
Fixes #3813