mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Noted --name in README
This commit is contained in:
parent
71cfcab8c0
commit
f4b5150763
@ -92,6 +92,10 @@ Now you can run the tests (for example for the `framework` module):
|
|||||||
In order to run specific tests only, use their feature file name:
|
In order to run specific tests only, use their feature file name:
|
||||||
|
|
||||||
vendor/bin/behat @framework/login.feature
|
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`.
|
This will start a Firefox browser by default. Other browsers and profiles can be configured in `behat.yml`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user