Skip to content

Commit 62072af

Browse files
Use chromedriver and ROBOT_BROWSER environment variable
Co-authored-by: Maurits van Rees <[email protected]>
1 parent be8c6ad commit 62072af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/contributing/core/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,12 @@ It takes 5-10 minutes to run the full unit test suite.
254254
./bin/test
255255
```
256256

257-
If you run acceptance tests with the `--all` option, it will repeatedly launch and close browser windows that gain focus, disrupting you from doing any other work.
257+
If you run acceptance tests with the `--all` option, it will run tests in a real browser.
258258
This takes 30-40 minutes to run.
259-
If you can't afford this disruption, you can defer it to Jenkins.
259+
This may repeatedly launch and close browser windows that gain focus, disrupting you from doing any other work.
260+
If this happens, you can install the `chromedriver` OS package.
261+
See https://developer.chrome.com/docs/chromedriver.
262+
Then run `export ROBOT_BROWSER="headlesschrome"` and again run `bin/test --all`.
260263

261264
```shell
262265
# Run acceptance tests

0 commit comments

Comments
 (0)