https://github.com/owncloud-ci/squish
Run GUI tests for ownCloud CI
https://github.com/owncloud-ci/squish
docker squish
Last synced: 5 months ago
JSON representation
Run GUI tests for ownCloud CI
- Host: GitHub
- URL: https://github.com/owncloud-ci/squish
- Owner: owncloud-ci
- License: mit
- Created: 2021-04-15T08:59:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-12T09:02:58.000Z (7 months ago)
- Last Synced: 2025-11-12T10:24:57.634Z (7 months ago)
- Topics: docker, squish
- Language: Shell
- Size: 220 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# squish
[](https://drone.owncloud.com/owncloud-ci/squish)
[](https://hub.docker.com/r/owncloudci/squish)
[](https://github.com/owncloud-ci/squish/graphs/contributors)
[](https://github.com/owncloud-ci/squish)
[](https://github.com/owncloud-ci/squish/blob/master/LICENSE)
Container with all parts needed to run GUI tests of the ownCloud desktop client in CI.
This container is not maintained nor used by froglogic, or the Qt company. It's not intended for public use but purely for CI runs.
## Stack
- Ubuntu
- Xfce
- VNC
- noVNC
- squish
## Environment Variables
| variable | usage |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| LICENSEKEY | squish license key or license server URL |
| CLIENT_REPO | full path to the root of the client code |
| MIDDLEWARE_URL | URL of the [testing middleware](https://github.com/owncloud/owncloud-test-middleware) |
| BACKEND_HOST | URL of the owncloud server |
| SERVER_INI | full path of the `server.ini` file to be used |
| SQUISH_PARAMETERS | further [squishrunner cli parameters](https://doc.froglogic.com/squish/latest/cli-squishrunner.html#rg-squishrunner-cli) |
| GUI_TEST_REPORT_DIR | directory to store GUI test report files |
## Update squish
1. upload new version to https://minio.owncloud.com/minio/packages/squish/
2. set `squishversion` to match the uploaded filename. E.g. if the filename is `squish-6.7.0-qt512x-linux64.run` the version in drone must be set to `6.7.0-qt512x-linux64`
## Acknowledgment
This project is mostly a fork of https://github.com/accetto/xubuntu-vnc-novnc with some tweaks for the ownCloud use case.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/owncloud-ci/squish/blob/master/LICENSE) file for details.
## Copyright
```Text
Copyright (c) 2022 ownCloud GmbH
```