Julio Montoya 51d292bf3c Fix group behat tests | 5 år sedan | |
---|---|---|
.. | ||
features | 5 år sedan | |
uploadable_files | 6 år sedan | |
README.md | 6 år sedan | |
behat.yml | 6 år sedan |
In order to run behat tests locally with the right support for browser and JS environments under Linux, you will need to:
http://www.seleniumhq.org/download/
And run it with the following command:
java -jar /my-dir/selenium-server-standalone-3.1.0.jar
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads, then adapt the following command to the latest version:
cd /tmp && wget https://chromedriver.storage.googleapis.com/2.34/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/local/bin
An administrator user should be created with these parameters:
Edit the tests/behat/behat.yml file and update the base_url param with your own Chamilo local URL.
The main platform language and the admin user's language must be English (platformLanguage = english and admin user profile)
Social network tool must be available (allow_social_tool = true)
Student can register to the system (allow_registration = yes)
Teacher can register to the system (allow_registration_as_teacher = yes)
The CHECK_PASS_EASY_TO_FIND in app/config/profile.conf.php must be set to false
To run all features:
# /var/www/html/chamilo
cd tests/behat
../../vendor/behat/behat/bin/behat -v
To run an specific feature:
../../vendor/behat/behat/bin/behat features/course.feature