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 86156cb commit c5cce5dCopy full SHA for c5cce5d
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