← All categories

Testing

3 tools in this category

Vitest

Vitest

Testing

Blazing fast unit test framework powered by Vite. Jest-compatible API with native ESM and TypeScript.

14kTypeScriptby Vitest Team
$npm install -D vitest
Playwright

Playwright

Testing

End-to-end testing for modern web apps. Cross-browser, auto-waiting, and built-in test generation.

70kTypeScriptby Microsoft
$npm init playwright@latest
Jest

Jest

Testing

JavaScript testing framework focused on simplicity. Snapshot testing, mocking, and code coverage built in.

44kTypeScriptby Meta
$npm install -D jest