Noted --name in README

This commit is contained in:
Ingo Schommer 2015-10-20 11:39:36 +13:00
parent 71cfcab8c0
commit f4b5150763
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ In order to run specific tests only, use their feature file name:
vendor/bin/behat @framework/login.feature
Or even run a single scenario by it's name (supports regular expressions):
vendor/bin/behat --name 'My scenario title' @framework
This will start a Firefox browser by default. Other browsers and profiles can be configured in `behat.yml`.
For example, if you want to start a Chrome Browser you can following the instructions provided [here](docs/chrome-behat.md).