You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/core/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,9 +254,12 @@ It takes 5-10 minutes to run the full unit test suite.
254
254
./bin/test
255
255
```
256
256
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.
258
258
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`.
0 commit comments