https://github.com/meronz/playwrightblazordemo
https://github.com/meronz/playwrightblazordemo
blazor dotnet e2e playwright test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/meronz/playwrightblazordemo
- Owner: meronz
- Created: 2022-10-30T09:20:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:59:14.000Z (about 1 year ago)
- Last Synced: 2025-02-10T03:46:36.723Z (3 months ago)
- Topics: blazor, dotnet, e2e, playwright, test
- Language: C#
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E2E testing a Blazor application with Playwright
This demo shows how to do e2e (end-to-end) testing of a Blazor application
with [Playwright](https://playwright.dev/).## Quickstart
After installing Playwright, simply run the tests:
```sh
dotnet test
```