Skip to content

Commit 2b7d3ed

Browse files
committed
chore: prepare v0.4.0
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 <[email protected]>
1 parent 70e5f85 commit 2b7d3ed

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@
77
All notable changes to this project will be documented in this file.
88

99

10-
## v0.4.0 - UNRELEASED
10+
## v0.4.0 - 2025-10-21
1111
### Notes
1212
The Cypress selectors provided by the package are now deprecated and will be removed with the next release.
1313
Instead use role based selectors like `cy.findByRole` from `@testing-library/cypress`.
1414

15+
### Added
16+
* 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)\)
17+
18+
### Changed
19+
* chore: deprecate Cypress selectors \([#898](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/898)\)
20+
* docs: provide a changelog to keep track of all notable changes \([#897](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/897)\)
21+
* Updated development dependencies
22+
1523
## v0.3.0 - 2025-10-14
1624
### Added
1725
- feat: rename repository to e2e test server \([#758](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/758)\)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/e2e-test-server",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Nextcloud e2e test server and utils for cypress and playwright",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)