MackinnonBuck / blazor-playwright-example

A sample demonstrating how to use Playwright to end-to-end test a Blazor app
16 stars 3 forks source link

Server hosted using WebApplicationFactory #2

Open stefanzilik-shell opened 11 months ago

stefanzilik-shell commented 11 months ago

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 the intentions behind WebApplicationFactory

Thanks, Stefan