Skip to content

docs: provide a changelog to keep track of all notable changes - #897

Merged
susnux merged 3 commits into
mainfrom
chore/changelog
Oct 21, 2025
Merged

docs: provide a changelog to keep track of all notable changes#897
susnux merged 3 commits into
mainfrom
chore/changelog

Conversation

@susnux

@susnux susnux commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

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.

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>
@susnux susnux added 3. to review Waiting for reviews documentation Improvements or additions to documentation labels Oct 20, 2025
@susnux
susnux requested a review from skjnldsv October 21, 2025 11:31
@susnux

susnux commented Oct 21, 2025

Copy link
Copy Markdown
Contributor Author

@skjnldsv as you have merged the other PR into this one 😅

@susnux
susnux merged commit e33b377 into main Oct 21, 2025
10 checks passed
@susnux
susnux deleted the chore/changelog branch October 21, 2025 12:11
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>
@susnux susnux mentioned this pull request Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants