From 4a0f3e9f66abae2933842d5e2510f254318c0d8b Mon Sep 17 00:00:00 2001 From: Justin Levi Winter Date: Fri, 17 Jun 2016 15:05:46 -0400 Subject: [PATCH 1/2] Minor Typo fix and updating default selenium port Setting the default selenium port to 4444. This is the default port that Drupal-VM ships with so it gets the tests running a bit faster --- template/tests/behat/example.local.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/tests/behat/example.local.yml b/template/tests/behat/example.local.yml index 026539d7a..317f9679d 100644 --- a/template/tests/behat/example.local.yml +++ b/template/tests/behat/example.local.yml @@ -30,10 +30,10 @@ local: # set default command for "Show last response" step. show_cmd: "open %s" # ADDITIONAL OPTIONS FOR WEB DRIVERS - # use the following 3 lines to user phantomjs + # use the following 3 lines to use phantomjs # browser_name: phantomjs # selenium2: - # wd_host: "http://localhost:8643/wd/hub" + # wd_host: "http://localhost:4444/wd/hub" # browser: chrome # # use the following lines to disable SSL authentication for goutte. @@ -48,7 +48,6 @@ local: # CURLOPT_TIMEOUT: 120 selenium2: wd_host: http://127.0.0.1:4444/wd/hub - browser: chrome Drupal\DrupalExtension: drupal: # This must be an absolute path. From b166c4298f507e0d02255d14829081409a3aa564 Mon Sep 17 00:00:00 2001 From: Justin Levi Winter Date: Mon, 27 Jun 2016 14:28:44 -0400 Subject: [PATCH 2/2] Update example.local.yml --- template/tests/behat/example.local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/tests/behat/example.local.yml b/template/tests/behat/example.local.yml index 317f9679d..7c3756964 100644 --- a/template/tests/behat/example.local.yml +++ b/template/tests/behat/example.local.yml @@ -48,6 +48,7 @@ local: # CURLOPT_TIMEOUT: 120 selenium2: wd_host: http://127.0.0.1:4444/wd/hub + browser: chrome Drupal\DrupalExtension: drupal: # This must be an absolute path.