Skip to content

Commit

Permalink
Removed goutte driver from docs
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
chillu committed Jan 8, 2016
1 parent 1062eb2 commit 70a6d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/chrome-behat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -27,4 +26,4 @@ java -jar selenium-server.jar -Dwebdriver.chrome.driver="/path/to/chromedriver"

```
behat @mysite --profile=chrome
```
```

0 comments on commit 70a6d77

Please sign in to comment.