Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 532 Bytes

learn-playwright

Sample repo for playing with and learning Playwright UI testing framework.

Get Started

Pre-requisites

  1. Playwright VSCode extension

Running locally

  1. Clone this repo
  2. Open with VS Code
  3. From terminal run dotnet restore then dotnet run to run the Blazor frontend.
  4. From another terminal run npx playwright test to execute tests
  5. Run npx playwright show-report to view results of tests