Yes, Blazor supports E2E testing with the help of Steve’s prototype library. We can include this library in our testing project and perform E2E testing. It’s compatible with traditional unit testing frameworks such as XUnit and NUnit and gives us a straightforward and clean way of writing tests. For more, please go here.
Share with