Problem: You’re testing in Playwright, and using Mock Service Worker (msw)...
Problem: You’re testing in Playwright, and using Mock Service Worker (msw) with to mock endpoints. You want to customize the msw responses for each test.
Solution: playwright-msw
This library lets you override the mock response from msw for each test.🔥
https://www.npmjs.com/package/playwright-msw

@ApiMocking I'm curious if you have any thoughts on this package. Any alternative patterns you'd recommend?