Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 6142c63

Browse files
danepowellgrasmash
authored andcommitted
Note about docker and headless chrome (#2091)
1 parent c10ba0e commit 6142c63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme/tooling.md

+8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ BLT uses a `drush.wrapper` script to ensure that all drush commands run within t
9898

9999
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.
100100

101+
### <a name="headlesschrome">Headless Chrome</a>
102+
103+
Headless Chrome is used by default for Behat tests, though you can also use Selenium or PhantomJS.
104+
105+
*Special note for Docker users*
106+
107+
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
108+
101109
### <a name="chromedriver">Chromedriver</a>
102110

103111
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.

0 commit comments

Comments
 (0)