We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0614 commit e4319a2Copy full SHA for e4319a2
README.md
@@ -349,13 +349,13 @@ bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest
349
To run the tests run:
350
351
```sh
352
-bazel test //javascript/selenium-webdriver:tests
+bazel test //javascript/selenium-webdriver:all
353
```
354
355
You can use `--test_env` to pass in the browser name as `SELENIUM_BROWSER`.
356
357
358
-bazel test //javascript/selenium-webdriver:tests --test_env=SELENIUM_BROWSER=firefox
+bazel test //javascript/selenium-webdriver:all --test_env=SELENIUM_BROWSER=firefox
359
360
361
</details>
0 commit comments