소스 검색

Update readme.md for run the Behat tests

Angel Fernando Quiroz Campos 8 년 전
부모
커밋
fde6c7ccb4
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      tests/README.md

+ 7 - 1
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.