From da07643f28c2395efb2a3134aa15d02ac75fe55a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 20 Oct 2015 11:39:36 +1300 Subject: [PATCH] Noted --name in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1db2c84..2d0b8aa 100644 --- a/README.md +++ b/README.md @@ -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: 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`.