3 tools in this category
Blazing fast unit test framework powered by Vite. Jest-compatible API with native ESM and TypeScript.
npm install -D vitest
End-to-end testing for modern web apps. Cross-browser, auto-waiting, and built-in test generation.
npm init playwright@latest
JavaScript testing framework focused on simplicity. Snapshot testing, mocking, and code coverage built in.
npm install -D jest