From 70a6d7777feb6ca25a7d11cb20eaa28f29e9ee0d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 8 Jan 2016 13:00:08 +1300 Subject: [PATCH] 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). --- docs/chrome-behat.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/chrome-behat.md b/docs/chrome-behat.md index 554535f..50f5b79 100644 --- a/docs/chrome-behat.md +++ b/docs/chrome-behat.md @@ -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 -``` \ No newline at end of file +```