Articles by Tag #msw

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

🚀Supercharging Docusaurus with MSW: Mock APIs for Live, Interactive Docs

When you’re building documentation for an API or product that depends on backend data, you face a...

Learn More 2 1Sep 21

Mockando Endpoints com MSW em Testes com Jest e React Query

Quando usamos React Query em nossos projetos, temos uma série de funcionalidades poderosas ao nosso...

Learn More 1 0Sep 5

Mock Client-side & Server-side API Requests Using Next.js and MSW.js

There are a bunch of situations where mocking API requests can really come in handy. Maybe you’re...

Learn More 2 2Jul 14

Leveraging Mock Service Workers for NestJS e2e tests

In the previous article, we discussed how almost any modern web application has to communicate with...

Learn More 1 0Mar 4

Mock Service Worker (MSW) in Next.js – A Guide for API Mocking and Testing

What is MSW? MSW (Mock Service Worker) is a framework-agnostic library that intercepts...

Learn More 3 2Jul 28

Testing Next.js Server-Side Rendering APIs with Playwright and MSW

Server-side rendering (SSR) in Next.js can be tricky to test, especially when your pages depend on...

Learn More 1 0Sep 15