https://github.com/owncloud/testing
🔧 app for testing ownCloud
https://github.com/owncloud/testing
owncloud-app
Last synced: 12 months ago
JSON representation
🔧 app for testing ownCloud
- Host: GitHub
- URL: https://github.com/owncloud/testing
- Owner: owncloud
- License: agpl-3.0
- Created: 2018-08-21T09:59:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T05:15:49.000Z (about 2 years ago)
- Last Synced: 2025-06-27T21:13:47.353Z (12 months ago)
- Topics: owncloud-app
- Language: PHP
- Homepage:
- Size: 1.01 MB
- Stars: 3
- Watchers: 62
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testing
🔧 app for testing ownCloud
[](https://drone.owncloud.com/owncloud/testing)
[](https://sonarcloud.io/dashboard?id=owncloud_testing)
[](https://sonarcloud.io/dashboard?id=owncloud_testing)
[](https://sonarcloud.io/dashboard?id=owncloud_testing)
This app provides helpers to facilitate testing. This app is not intended to be used in production instances
## How to install
### Git
You can install the app via git in your app-folder
```
cd apps
git clone https://github.com/owncloud/testing.git
cd ..
php occ app:enable testing
```
## Publish latest version as github release
The latest published version can be found at https://github.com/owncloud/testing/releases/tag/latest
In order to update the latest version to be available, we need to move the git tag to a new HEAD.
In a local clone of this repository, move the tag by:
```
git fetch origin
git checkout master
git pull
git tag --force latest HEAD
git push --force --tags
```
Once the tag `latest` is pushed to github, drone-ci will build and publish the app to github.