#playwright
2 posts tagged 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