Skip to content

Commit d02f51f

Browse files
committed
update readme with correct bazel syntax for .NET tests
1 parent 7a48c94 commit d02f51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ bazel test //dotnet/test/common:AllTests --pin_browsers=true
397397

398398
You can run specific tests by specifying the class name:
399399
```shell
400-
bazel test //dotnet/test/common/ElementFindingTest --pin_browsers=true
400+
bazel test //dotnet/test/common:ElementFindingTest --pin_browsers=true
401401
```
402402

403403
If the module supports multiple browsers:
404404
```shell
405-
bazel test //dotnet/test/common/ElementFindingTest-edge --pin_browsers=true
405+
bazel test //dotnet/test/common:ElementFindingTest-edge --pin_browsers=true
406406
```
407407

408408
</details>

0 commit comments

Comments
 (0)