From 085924567f44869b38f92aafba1f8b8bedf044e0 Mon Sep 17 00:00:00 2001 From: Kirguir Date: Thu, 3 Oct 2019 17:27:07 +0300 Subject: [PATCH] Fix guide for tests in the remote browser (#1804) --- guide/src/wasm-bindgen-test/browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/wasm-bindgen-test/browsers.md b/guide/src/wasm-bindgen-test/browsers.md index 8f952ee4..b3e91e18 100644 --- a/guide/src/wasm-bindgen-test/browsers.md +++ b/guide/src/wasm-bindgen-test/browsers.md @@ -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: ``` -CHROMEDRIVER=http://remote.host/ +CHROMEDRIVER_REMOTE=http://remote.host/ ``` ### Running the Tests in the Headless Browser