Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/behat
jmontoyaa cbd830bad6 Fix test 9 years ago
..
features Fix test 9 years ago
README.md Update docs 9 years ago
behat.yml Fix host 9 years ago

README.md

In order to run tests locally:

  • An administrator user should be created with: Username "admin" and password "admin" with user_id = 1

  • Edit file tests/behat/behat.yml An update your Chamilo URL.

  • The main platform language must be in English.

  • Social network tool must be available.

After executing a composer update

Run:

cd tests/behat
 ../../vendor/behat/behat/bin/behat -v

Or for a specific feature:

../../vendor/behat/behat/bin/behat features/createCourse.feature