Skip to content

Commit e4319a2

Browse files
navin772harsha509
andauthored
chore(README.md): Update bazel test command for JS (#15520)
update JS test commands in readme Co-authored-by: Sri Harsha <[email protected]>
1 parent 21c0614 commit e4319a2

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)