Sample repo for playing with and learning Playwright UI testing framework.
- Clone this repo
- Open with VS Code
- From terminal run
dotnet restore
thendotnet run
to run the Blazor frontend. - From another terminal run
npx playwright test
to execute tests - Run
npx playwright show-report
to view results of tests