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 bdfda79 commit d26b709Copy full SHA for d26b709
README.md
@@ -491,19 +491,19 @@ echo '<X.Y.Z>' > rb/.ruby-version
491
Run all tests with:
492
493
```shell
494
-bazel test //dotnet/test/common:AllTests
+bazel test //dotnet/test/common
495
```
496
497
You can run specific tests by specifying the class name:
498
499
500
-bazel test //dotnet/test/common:ElementFindingTest
+bazel test //dotnet/test/common:ElementFindingTests
501
502
503
If the module supports multiple browsers:
504
505
506
-bazel test //dotnet/test/common:ElementFindingTest-edge
+bazel test //dotnet/test/common:ElementFindingTests-edge
507
508
509
</details>
0 commit comments