docs: provide a changelog to keep track of all notable changes - #897
Merged
Conversation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Those selectors were never extended and its often better to either use just roles or to provide such selectors much closer to the origin (e.g. directly from the library like in this case the upload library). This will allow us to drop the Cypress component tests soon and thus get rid of Vue 2 and allow us to update to Cypress 15+. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Contributor
Author
|
@skjnldsv as you have merged the other PR into this one 😅 |
artonge
approved these changes
Oct 21, 2025
skjnldsv
approved these changes
Oct 21, 2025
susnux
added a commit
that referenced
this pull request
Oct 21, 2025
The Cypress selectors provided by the package are now deprecated and will be removed with the next release. Instead use role based selectors like `cy.findByRole` from `@testing-library/cypress`. * feat(cypress): return exec context to allow working with exit code or output \([#896](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/896)\) * chore: deprecate Cypress selectors \([#898](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/898)\) * docs: provide a changelog to keep track of all notable changes \([#897](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/897)\) * Updated development dependencies Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IMHO its good to have the changelog available within this repository and not only rely on GitHub releases.
This is somewhat standard across our libraries.