Skip to content

Releases: nextcloud-libraries/nextcloud-cypress

v1.0.0-beta.8

16 Apr 10:25
28c4ab5
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

Enhancements ✨

  • feat: Improve usability of dockerode wrapper by @susnux in #486
    • Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
    • Make the container name dependent on the current app to prevent issues when reusing containers
    • Allow to pass options for container creation to the startNextcloud function
      forceRecreate to not reuse any container but force creating a new one
      mounts to allow binding other directories to the container (e.g. server config)

Bugfixes 🐛

  • fix: Update npm version to current LTS and update dev dependencies by @susnux in #509

Changed

  • Dependency updates

v1.0.0-beta.7

04 Jan 11:24
4c15fdc
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

✨ New features

  • Docker integration
    • Provide the docker helpers as @nextcloud/cypress/docker import.
    • Allow installing custom required apps for testing.
    • Clone apps which is not in the appstore but also not bundled
      such as text and viewer.
    • Allow to autodetect current app, or set one, and bind mount the directory
      for testing the app.

🚧 Updates

  • Lots of dependency updates.

v1.0.0-beta.6

20 Sep 15:23
4ec868f
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

What's Changed

  • Remove permission check in publish workflows by @artonge in #331

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

20 Sep 13:05
5194aa1
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • Bump version to v1.0.0-beta.5 in package.json by @artonge in #330

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

20 Sep 09:11
be0e999
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

v1.0.0-beta.3

18 Sep 13:15
f8515a0
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

What's Changed

Read more

v1.0.0-beta.2

09 Dec 06:57
0d35c21
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Add new commands for user management by @susnux in #109

Dependencies

New Contributors

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

11 Nov 07:23
96a2909
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Breaking

  • ⚠️ Requires Cypress 11.0.1 and above (for sessions)

What's Changed

Full Changelog: https://github.com/nextcloud/nextcloud-cypress/commits/v1.0.0-beta.1