Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Oct 20, 2023
1 parent b31237a commit 4b87321
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Examples/Razor/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## How to run
[Playwright](https://playwright.dev/dotnet/) is used to run the browser tests. A bit of setup is required to run the browser tests:
```powershell
pwsh playwright.ps1 install
```
Then the tests can be run with:
[Playwright](https://playwright.dev/dotnet/) is used to run the browser tests. All playwright setup is handled by the code so to run the tests just run:
```
dotnet test
```

0 comments on commit 4b87321

Please sign in to comment.