#testing
4 posts tagged testing.
2 min read
The agent-skills workflow I actually ship with
Spec to plan to build with TDD, then review and a performance pass. How I use Claude Code's agent-skills to move fast without breaking things.
#ai#workflow#claude-code
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
Killing flaky tests with hermetic Playwright
Flaky end-to-end tests almost always come from depending on something you do not control. The fix is to make each test own its entire world.
#testing#playwright#reliability
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