One time instance of Blazor application for test automation with Playwirght »
The article discusses the process of automating functional tests of Blazor applications using the Microsoft.AspNetCore.Mvc.Testing library and the Playwright tool. The author presents the implementation steps, from configuring the class that runs the application to writing tests to check the correct operation of the home page and the FAQ section. Thanks to this solution, a one-time test instance was obtained, significantly facilitating the testing process