Control the local deployment of Nextcloud Docker containers programmatically from Swift.
Talk to the Docker Engine API on macOS to deploy ephemeral Nextcloud containers for running automated tests against them.
This package targets developers working on native Nextcloud client apps. It helps them to implement tests running against a real Nextcloud server and enables end-to-end testing.
See LICENSE.
SwiftFormat was introduced into this project. Before submitting a pull request, please ensure that your code changes comply with the currently configured code style. You can run the following command in the root of the package repository clone:
swift package plugin --allow-writing-to-package-directory swiftformat --verbose --cache ignoreAlso, there is a GitHub action run automatically which lints code changes in pull requests.