Skip to content

Commit

Permalink
Fix guide for tests in the remote browser (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirguir authored and alexcrichton committed Oct 3, 2019
1 parent ffa6eab commit 0859245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/wasm-bindgen-test/browsers.md
Expand Up @@ -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
Expand Down

0 comments on commit 0859245

Please sign in to comment.