|
|
|
|
@ -12,13 +12,13 @@ which should include the vendor/behat/behat/bin/behat executable. |
|
|
|
|
Make sure you set the right base_url in behat.yml, then run (on the command |
|
|
|
|
line, from the tests/ directory): |
|
|
|
|
``` |
|
|
|
|
../vendor/behat/behat/bin/behat features/login.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/createUser.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/createCourse.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/courseTools.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/forum.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/socialGroup.feature |
|
|
|
|
../vendor/behat/behat/bin/behat features/accessCompanyReports.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/login.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/createUser.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/createCourse.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/courseTools.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/forum.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/socialGroup.feature |
|
|
|
|
../vendor/behat/behat/bin/behat behat/features/accessCompanyReports.feature |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
This should run all tests and all of them should pass. |
|
|
|
|
@ -41,7 +41,7 @@ running PHPDoc. It only contains a README file by default. |
|
|
|
|
|
|
|
|
|
Set of scripts to fill your test installation of Chamilo with demo content. |
|
|
|
|
|
|
|
|
|
### features |
|
|
|
|
### behat |
|
|
|
|
|
|
|
|
|
Behat-specific folder |
|
|
|
|
|
|
|
|
|
|