From fde6c7ccb4370919b131bf56e220dd8aa2cca200 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 27 Jul 2016 12:44:09 -0500 Subject: [PATCH] Update readme.md for run the Behat tests --- tests/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index c0ca89734d..4852a253dd 100755 --- a/tests/README.md +++ b/tests/README.md @@ -12,7 +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 -v +../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 ``` This should run all tests and all of them should pass.