Removed goutte driver from docs

Not a tested driver for framework tests. Might work, but we shouldn't recommend it. Plus, we'll need to add it as a composer requirement if mentioned in `behat.yml` (see #94).
This commit is contained in:
Ingo Schommer 2016-01-08 13:00:08 +13:00
parent 1062eb2910
commit 70a6d7777f

View File

@ -10,7 +10,6 @@ If you would like to run Behat Tests using Google Chrome here are a few steps I
```
default_session: selenium2
javascript_session: selenium2
goutte: ~
selenium2:
browser: chrome
SilverStripe\BehatExtension\Extension:
@ -27,4 +26,4 @@ java -jar selenium-server.jar -Dwebdriver.chrome.driver="/path/to/chromedriver"
```
behat @mysite --profile=chrome
```
```