Skip to content

chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0 - #2649

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nextcloud/e2e-test-server-0.5.0
Open

chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0#2649
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nextcloud/e2e-test-server-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/e2e-test-server from 0.4.0 to 0.5.0.

Release notes

Sourced from @​nextcloud/e2e-test-server's releases.

v0.5.0 - 2026-07-02

Breaking changes

runExec and runOcc now return an object instead of the plain output string. The response object has the following format:

interface ExecResponse {
  /** The stdout messages */
  stdout: string
  /** The stderr messages */
  stderr: string
  /** The exit code of the command */
  exitCode: number
}

By default both commands fail if the command exists with a non-zero exit code, this can be disabled with failOnError: false on the command options.

Fixed

  • fix!(docker): clean up exec output handling and remove app:list workaround (#985)
  • fix(playwright): make login method more robust (#1034)
  • fix(docker): allow to install all shipped apps in configureNextcloud (#1039)
  • fix(docker): add special handling for server usage (#1040)

Changed

  • ci: updated workflows
  • Updated dependencies
    • Bump axios to 1.16.0
    • Bump wait-on to 9.0.10
    • Bump @​nextcloud/paths to 3.1.0
    • Bump fast-xml-parser to 5.9.3
    • Bump dockerode to 5.0.1
Changelog

Sourced from @​nextcloud/e2e-test-server's changelog.

v0.5.0 - 2026-07-02

Breaking changes

runExec and runOcc now return an object instead of the plain output string. The response object has the following format:

interface ExecResponse {
  /** The stdout messages */
  stdout: string
  /** The stderr messages */
  stderr: string
  /** The exit code of the command */
  exitCode: number
}

By default both commands fail if the command exists with a non-zero exit code, this can be disabled with failOnError: false on the command options.

Fixed

  • fix!(docker): clean up exec output handling and remove app:list workaround (#985)
  • fix(playwright): make login method more robust (#1034)
  • fix(docker): allow to install all shipped apps in configureNextcloud (#1039)
  • fix(docker): add special handling for server usage (#1040)

Changed

  • ci: updated workflows
  • Updated dependencies
    • Bump axios to 1.16.0
    • Bump wait-on to 9.0.10
    • Bump @​nextcloud/paths to 3.1.0
    • Bump fast-xml-parser to 5.9.3
    • Bump dockerode to 5.0.1
Commits
  • ddd722a chore: fix repository URLs
  • cbb57bd Merge pull request #1041 from nextcloud-libraries/chore/rel-0-5-0
  • 2683c6e test(docker): fix stdout parsind for apps list
  • e0c9ea9 chore: remove debug artifact
  • d532c05 chore: prepare v0.5.0
  • 4950ba4 Merge pull request #1040 from nextcloud-libraries/fix/server
  • d43309e Merge pull request #985 from joshtrichards/jtr/fix-docker-stderr-handling
  • 5da9ed2 test(docker): add tests for runExec
  • 55bc08c chore: adjust usage of runExec to new signature
  • 7817d5c fix(docker): split exec stdout and stderr handling and drop workaround
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/e2e-test-server since your current version.


@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Bumps [@nextcloud/e2e-test-server](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-e2e-test-server@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/e2e-test-server"
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/e2e-test-server-0.5.0 branch from 9f1ec17 to 7c6e24c Compare August 7, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants