Skip to content

Commit 0859245

Browse files
Kirguiralexcrichton
authored andcommitted
Fix guide for tests in the remote browser (#1804)
1 parent ffa6eab commit 0859245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/wasm-bindgen-test/browsers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Tests can be run on a remote webdriver. To do this, the above environment
127127
variables must be set as URL to the remote webdriver. For example:
128128

129129
```
130-
CHROMEDRIVER=http://remote.host/
130+
CHROMEDRIVER_REMOTE=http://remote.host/
131131
```
132132

133133
### Running the Tests in the Headless Browser

0 commit comments

Comments
 (0)