#vitest
2 posts tagged vitest.
3 min read
How our startup survives without a QA team
No QA team does not mean no QA. Here is the setup that lets a small team ship with confidence: Vitest, Playwright, and an AI agent with Chrome DevTools MCP doing the manual pass.
#testing#ai#playwright
2 min read
Vitest and Playwright: a testing stack that fits Vite
When your apps build with Vite, Vitest is the unit runner that shares its pipeline, and Playwright covers the rest. Here is why that pairing works.
#testing#vitest#playwright