Sample repo for playing with and learning Playwright UI testing framework.
- Clone this repo
- Open with VS Code
- From terminal run
dotnet restorethendotnet runto run the Blazor frontend. - From another terminal run
npx playwright testto execute tests - Run
npx playwright show-reportto view results of tests