@ApiMocking Thanks for the tip! Liberal console logging shows that MSW is running in GH. Don’t know why some requests are not being intercepted. Probably something I’ve done.
@coak Hi, Chad! Of course, that's one of the ways to use MSW—in integration and E2E testing. You won't be running MSW directly as it likely be integrated into testing frameworks you're using, like Vitest or Playwright.
Let us know if you have any questions!