#testing
3 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
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