Fix guide for tests in the remote browser (#1804)

This commit is contained in:
Kirguir
2019-10-03 17:27:07 +03:00
committed by Alex Crichton
parent ffa6eabffe
commit 085924567f

View File

@ -127,7 +127,7 @@ Tests can be run on a remote webdriver. To do this, the above environment
variables must be set as URL to the remote webdriver. For example: variables must be set as URL to the remote webdriver. For example:
``` ```
CHROMEDRIVER=http://remote.host/ CHROMEDRIVER_REMOTE=http://remote.host/
``` ```
### Running the Tests in the Headless Browser ### Running the Tests in the Headless Browser