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

https://github.com/meronz/playwrightblazordemo


https://github.com/meronz/playwrightblazordemo

blazor dotnet e2e playwright test

Last synced: about 1 month ago
JSON representation

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
```