Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjirsa/learn-playwright
https://github.com/pjirsa/learn-playwright
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjirsa/learn-playwright
- Owner: pjirsa
- Created: 2022-12-13T17:54:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T16:23:49.000Z (about 2 years ago)
- Last Synced: 2024-10-30T00:33:56.196Z (about 2 months ago)
- Language: CSS
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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