From fe0818afc293d4c708d9cb075871fe9267d6326f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Oct 2020 13:30:26 +1300 Subject: [PATCH] Clarify that behat-ss requires bash See https://github.com/silverstripe/silverstripe-behat-extension/issues/187 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e51b78c..ece2c2c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Or even run a single scenario by it's name (supports regular expressions): This will start a Chrome browser by default. Other browsers and profiles can be configured in `behat.yml`. -### Running with stand-alone command +### Running with stand-alone command (requires Bash) If running with `silverstripe/serve` and `chromedriver`, you can also use the following command which will automatically start and stop these services for individual tests.