blazor-playwright-example icon indicating copy to clipboard operation
blazor-playwright-example copied to clipboard

A sample demonstrating how to use Playwright to end-to-end test a Blazor app

Results 2 blazor-playwright-example issues
Sort by recently updated
recently updated
newest added

The following code in BlazorTest is failing when a content header (such as `Content-Type`) is present on the request. This is preventing testing POST / PUT requests: ```c# foreach (var...

Hi, great examples thank you. Is there any way to get the Server version use WebApplicationFactory for hosting? This is so we can override the configuration/inject test fakes as per...