Skip to content

Commit 96bd183

Browse files
committed
update JS test commands in readme
1 parent 8f09638 commit 96bd183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,13 @@ bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest
349349
To run the tests run:
350350

351351
```sh
352-
bazel test //javascript/selenium-webdriver:tests
352+
bazel test //javascript/selenium-webdriver:all
353353
```
354354

355355
You can use `--test_env` to pass in the browser name as `SELENIUM_BROWSER`.
356356

357357
```sh
358-
bazel test //javascript/selenium-webdriver:tests --test_env=SELENIUM_BROWSER=firefox
358+
bazel test //javascript/selenium-webdriver:all --test_env=SELENIUM_BROWSER=firefox
359359
```
360360

361361
</details>

0 commit comments

Comments
 (0)