DEV Community

Discussion on: Wiremock as a Web Server for Testing

Collapse
 
jessekphillips profile image
Jesse Phillips

I use this for more than just frontend testing. But what I learned was that playwright and puppeteer do this and do it much better.

You would lose the support of places like browser stack to do device testing, but those tests should be targeted tests anyway, so you could still use this wiremock approach for a limited set of targeted tests.