Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjirsa/learn-playwright


https://github.com/pjirsa/learn-playwright

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# learn-playwright
Sample repo for playing with and learning [Playwright](https://playwright.dev) UI testing framework.

## Get Started

### Pre-requisites
1. [Playwright VSCode extension](https://playwright.dev/docs/getting-started-vscode)
1.

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