https://github.com/sergiobertolinsg/behat_owncloud_env
Needed files to prepare a quick environment for programming behat tests for owncloud.
https://github.com/sergiobertolinsg/behat_owncloud_env
ansible behat owncloud vagrant
Last synced: 2 months ago
JSON representation
Needed files to prepare a quick environment for programming behat tests for owncloud.
- Host: GitHub
- URL: https://github.com/sergiobertolinsg/behat_owncloud_env
- Owner: SergioBertolinSG
- Created: 2016-02-18T07:43:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T08:01:05.000Z (about 9 years ago)
- Last Synced: 2025-07-02T00:12:26.039Z (12 months ago)
- Topics: ansible, behat, owncloud, vagrant
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment for behat development for ownCloud.
It uses vagrant, virtualbox and ansible to create the environment.
Steps to use this environment:
Previous requirements:
Install virtualbox: https://www.virtualbox.org/
Install vagrant https://www.vagrantup.com/downloads.html
Install ansible http://docs.ansible.com/ansible/intro_installation.html
1. Clone this repository.
2. Do vagrant up.
3. Wait for the ansible provisioning.
4. Do vagrant ssh to access the machine.
5. Install ownCloud using install_master_owncloud.sh.
6. Run integration tests:
- go to /var/www/html/master_(TODAYDATE)/tests/integration
- do sudo -u www-data ./run.sh