❔ Blazor webassembly app hosted ASP.NET Core 7 test with WebApplicationFactory
I have a Blazor webassembly app hosted in ASP.NET Core 7 that I want to run some tests on.
I'm trying to swap out the authentication setup (azure b2c) with a in memory version of IdentityServer while testing.
I'm able to start the host using WebApplicationFactory and modify the services.
protected override void ConfigureWebHost(IWebHostBuilder builder)
But I need to apply some changes to the Blazor Webassembly client before I start the server.
I can't figure out how to access the builder object in the Webassembly Program.cs.
You can find my code at https://github.com/kristiangronli/BlazorWebAssemblyWithPlaywright
My WebApplicationFactory is in the directory test -> XunitPlaywright -> Auth -> IndividualAuthWebApplicationFactory.cs
Any help would be very much appreciated.GitHub
GitHub - kristiangronli/BlazorWebAssemblyWithPlaywright
Contribute to kristiangronli/BlazorWebAssemblyWithPlaywright development by creating an account on GitHub.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.