From 30f40b955c43a3ef61cb89faca7a0a197211981d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 5 Oct 2017 10:52:49 -0700 Subject: [PATCH] Note about docker and headless chrome --- readme/tooling.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme/tooling.md b/readme/tooling.md index 04dc663a5..fc45f5d95 100644 --- a/readme/tooling.md +++ b/readme/tooling.md @@ -98,6 +98,14 @@ BLT uses a `drush.wrapper` script to ensure that all drush commands run within t Java is required by Selenium, which is one option for executing Javascript Behat tests. You may choose NOT to use Selenium, in which case Java is not required. See [testing](testing.md) for more information. +### Headless Chrome + +Headless Chrome is used by default for Behat tests, though you can also use Selenium or PhantomJS. + +*Special note for Docker users* + +Connections to Headless Chrome will occasionally time out in containerized environments such as Docker. See this issue for discussion and possible solutions: https://github.com/acquia/blt/issues/2083 + ### Chromedriver Chromedriver is required by Selenium to communicate with Chrome. Selenium is one option for executing Javascript Behat tests. You may choose NOT to use Selenium, in which case chromedriver is not required. See [testing](testing.md) for more information.