Clarify that behat-ss requires bash

See https://github.com/silverstripe/silverstripe-behat-extension/issues/187
This commit is contained in:
Ingo Schommer 2020-10-14 13:30:26 +13:00 committed by GitHub
parent d90f50fe10
commit fe0818afc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.