Tag: #msw
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
API Contract Testing & API Tooling 2026 Deep-Dive: Pact, Bruno, Hoppscotch, MSW, Karate DSL, Schemathesis Compared
A 2026 deep-dive comparing Pact, MSW, Bruno, Hoppscotch, Karate DSL, Schemathesis, Dredd, Prism, RestAssured, Postman, and Insomnia. Covers OpenAPI 3.1, AsyncAPI 3.0, GraphQL schema testing, and Consumer-Driven Contract
2026-05-25 · 11 min read #api-testing#pact#bruno#hoppscotch#mswFrontend Testing 2026 — Playwright / Cypress / Vitest / Jest / Storybook 9 / Chromatic Deep Comparison
May 2026, the landscape of frontend testing has shifted completely. Playwright is the de facto standard (VS Code integration, Trace Viewer, mature Component Testing); Cypress 14 is still strong but losing share. Vitest 3
2026-05-16 · 27 min read #testing#frontend#playwright#cypress#vitestFrontend Testing 2025 — Vitest, Jest, Bun, Testing Library, Playwright, Storybook, MSW, Visual Regression, AI (S6 E11)
Jest is no longer the default. Vitest won the unit-test race, Playwright displaced Cypress for e2e, Storybook 8 made component tests first-class, and AI-generated tests became table stakes. This is a practical guide to a
2026-04-15 · 6 min read #frontend#testing#vitest#jest#bun-testMock Server Building Complete Guide
From json-server, MSW, WireMock, and Prism to custom implementations in Go and TypeScript — a complete guide to building mock servers for parallel frontend-backend development and API mocking.
2026-03-17 · 19 min read #모의서버#mockserver#wiremock#msw#json-serverTypeScript Testing Complete Guide: Jest, Vitest, MSW, Mock & Stub in Practice
A complete guide to TypeScript testing covering Jest and Vitest setup, jest.fn/spyOn/mock, API mocking with MSW, Stub patterns, mock servers with json-server, and real-world TDD examples.
2026-03-17 · 20 min read #typescript#jest#vitest#msw#mock