Skip to content

Commit d26b709

Browse files
authored
[dotnet] Actualize readme how to run tests (#17272)
1 parent bdfda79 commit d26b709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,19 +491,19 @@ echo '<X.Y.Z>' > rb/.ruby-version
491491
Run all tests with:
492492

493493
```shell
494-
bazel test //dotnet/test/common:AllTests
494+
bazel test //dotnet/test/common
495495
```
496496

497497
You can run specific tests by specifying the class name:
498498

499499
```shell
500-
bazel test //dotnet/test/common:ElementFindingTest
500+
bazel test //dotnet/test/common:ElementFindingTests
501501
```
502502

503503
If the module supports multiple browsers:
504504

505505
```shell
506-
bazel test //dotnet/test/common:ElementFindingTest-edge
506+
bazel test //dotnet/test/common:ElementFindingTests-edge
507507
```
508508

509509
</details>

0 commit comments

Comments
 (0)