We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d2cc9 commit 23eb86bCopy full SHA for 23eb86b
CONTRIBUTING.md
@@ -255,12 +255,12 @@ Build your code for the latest changes and run tests locally.
255
256
Node Tests
257
```shell
258
- % bazel test //javascript/node/selenium-webdriver:tests
+ % bazel test //javascript/node/selenium-webdriver:all
259
```
260
261
Firefox Atom Tests
262
263
- % bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/...
+ % bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/webdriver/...
264
265
266
Grid UI Unit Tests
0 commit comments