Skip to content

Commit

Permalink
update readme with correct bazel syntax for .NET tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 18, 2024
1 parent 7a48c94 commit d02f51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@ bazel test //dotnet/test/common:AllTests --pin_browsers=true

You can run specific tests by specifying the class name:
```shell
bazel test //dotnet/test/common/ElementFindingTest --pin_browsers=true
bazel test //dotnet/test/common:ElementFindingTest --pin_browsers=true
```

If the module supports multiple browsers:
```shell
bazel test //dotnet/test/common/ElementFindingTest-edge --pin_browsers=true
bazel test //dotnet/test/common:ElementFindingTest-edge --pin_browsers=true
```

</details>
Expand Down

0 comments on commit d02f51f

Please sign in to comment.