I've been looking at Playwright as a replacement for Selenium to process end-to-end tests. I would like to run the tests in memory, as there are many benefits from using mock services and removing all the set-up or tear-down.
I've been finding it a bit of a challenge to launch the server against a Blazor wasm project, Blazor server is fine - no worries there (Demonstration of it working in Blazor Server https://github.com/carlblanchard/EndToEndBlazorWasmPlaywrightTesting)
I just can't figure it out for a WASM project, If anyone could provide some assistance I'd be very grateful. (WASM branch - https://github.com/carlblanchard/EndToEndBlazorWasmPlaywrightTesting/tree/InMemoryWasmHostedTests)