Skip to content

Releases: nextcloud-libraries/nextcloud-e2e-test-server

v0.4.0 - 2025-10-21

21 Oct 12:53
06b01c2

Choose a tag to compare

v0.4.0 - 2025-10-21

Notes

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.

Added

  • feat(cypress): return exec context to allow working with exit code or output (#896)

Changed

  • chore: deprecate Cypress selectors (#898)
  • docs: provide a changelog to keep track of all notable changes (#897)
  • Updated development dependencies

e2e-test-server - v0.3.0

14 Oct 11:12
bc23c74

Choose a tag to compare

v0.3.0

Changed

  • E2e test server by @max-nextcloud in #758
  • chore: adjust node versions by @susnux in #869
  • chore: simplify build process by use vite by @susnux in #870
  • ci: update reuse.yml workflow from template by @susnux in #862
  • ci: update npm-publish.yml workflow from template by @susnux in #863
  • chore(deps): Bump fast-xml-parser to 5.2.5
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump tmp to 0.2.4
  • chore(deps): Bump cipher-base to 1.0.6
  • chore(deps): Bump sha.js to 2.4.12
  • chore(deps): Bump tar-fs to 2.1.4
  • chore(deps): Bump form-data to 4.0.4
  • chore(deps): Bump on-headers and compression
  • chore(deps): Bump dockerode to 4.0.9
  • chore(deps): Bump wait-on to 9.0.1

v1.0.0-beta.15

07 May 08:36
2ede4be

Choose a tag to compare

v1.0.0-beta.15 Pre-release
Pre-release

What's Changed

  • fix: Clear saved sessions in restoreState() by @artonge in #819

Full Changelog: v1.0.0-beta.14...v1.0.0-beta.15

v1.0.0-beta.14

20 Feb 16:33
7355ed3

Choose a tag to compare

v1.0.0-beta.14 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.13...v1.0.0-beta.14

e2e-test-server-v0.2.1

11 Feb 13:16

Choose a tag to compare

Pre-release

e2e-test-server version 0.2.1

  • feat: add playwright export (0b5c47d)

Full Changelog: e2e-test-server-v0.2.0...e2e-test-server-v0.2.1

e2e-test-server-v0.2.0

11 Feb 08:56

Choose a tag to compare

Pre-release

e2e-test-server version 0.2.0

  • feat: expose user in random-user-fixture (ecb169e)
  • feat: User.createRandom(), use User in docker addUser (02780b6)
  • feat(e2e-test-server): Rename package and move to separate branch (5254b4f)
  • feat(playwright): createRandomUser() and login() (19e6621)
  • test: docker tooling with playwright (f60d530)
  • feat!: Export docker functions from main entry (2bd6693)

Full Changelog: e2e-test-server-v0.1.2...e2e-test-server-v0.2.0

e2e-test-server-v0.1.2

05 Feb 19:26

Choose a tag to compare

Pre-release

Fixes

  • fix(publish): set access to public to publish to npm (621b6f4)

Full Changelog: e2e-test-server-v0.1.1...e2e-test-server-v0.1.2

e2e-test-server-v0.1.1

05 Feb 19:13

Choose a tag to compare

Pre-release

Fixes

  • fix(build): without peer dependencies (b5408c5)

Full Changelog: e2e-test-server-v0.1.0...e2e-test-server-v0.1.1

e2e-test-server-v0.1.0

05 Feb 18:57

Choose a tag to compare

Pre-release

E2e test server version 0.1.0

Initial release of @nextcloud/e2e-test-server - previously known as @nextcloud/cypress

What's Changed

  • Renamed package to @nextcloud/e2e-test-server.
  • Dropped cypress peer dependency.
  • Updated docs to reflect more generic scope.
  • chore(deps-dev): Bump rollup from 4.34.1 to 4.34.2 by @dependabot in #751

Full Changelog: v1.0.0-beta.13...e2e-test-server-v0.1.0

v1.0.0-beta.13

04 Feb 14:24
d001328

Choose a tag to compare

What's Changed

  • feat(docker): addUser command (3a541ee)
  • feat(docker): allow string command in runExec and runOcc (39073b3)
  • feat(docker): commands with optional args as options (f9c4a98)
  • feat(docker): export runExec, add runOcc, getSystemConfig, setSystemConfig (c91ff54)
  • fix: Auto expose port on macOS to make it accessible on the host (48f0e31)
  • fix(docker): try to use existing image if pulling fails (614a152)
  • test(cy): cy.runCommand and cy.runOccCommand (fed018f)

New Contributors

Full Changelog: v1.0.0-beta.12...v1.0.0-beta.13