jmontoyaa 7fcb14b9b9 Comment test 8 years ago
..
features 7fcb14b9b9 Comment test 8 years ago
README.md c4af3c9584 Update docs 8 years ago
behat.yml 761505f0a7 Fix host 8 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