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

Note about docker and headless chrome #2091

Merged
merged 1 commit into from
Oct 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions readme/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### <a name="headlesschrome">Headless Chrome</a>

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

### <a name="chromedriver">Chromedriver</a>

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.
Expand Down