mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
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:
parent
1062eb2910
commit
70a6d7777f
@ -10,7 +10,6 @@ If you would like to run Behat Tests using Google Chrome here are a few steps I
|
|||||||
```
|
```
|
||||||
default_session: selenium2
|
default_session: selenium2
|
||||||
javascript_session: selenium2
|
javascript_session: selenium2
|
||||||
goutte: ~
|
|
||||||
selenium2:
|
selenium2:
|
||||||
browser: chrome
|
browser: chrome
|
||||||
SilverStripe\BehatExtension\Extension:
|
SilverStripe\BehatExtension\Extension:
|
||||||
@ -27,4 +26,4 @@ java -jar selenium-server.jar -Dwebdriver.chrome.driver="/path/to/chromedriver"
|
|||||||
|
|
||||||
```
|
```
|
||||||
behat @mysite --profile=chrome
|
behat @mysite --profile=chrome
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user