Best testing framework(s)

Hey guys, I'm relatively new to testing but I want a testing framework with the most features in one thing. What would fit the best?
14 Replies
Neto
Netoโ€ข14mo ago
Vitest for running tests And testing library
Neto
Netoโ€ข14mo ago
Testing Library | Testing Library
Simple and complete testing utilities that encourage good testing practices
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
And for other tests than unit tests? And isn't it only for Vite projects?
Neto
Netoโ€ข14mo ago
Vitest no
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
? So I can use it without Vite?
Neto
Netoโ€ข14mo ago
GitHub
next.js/examples/with-vitest at canary ยท vercel/next.js
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.
Neto
Netoโ€ข14mo ago
Ad a example with next
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
Okay @nyx (Rustular DevRel) .
Neto
Netoโ€ข14mo ago
You can check cypress and playwright
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
But only for other tests, not for unit tests?
Neto
Netoโ€ข14mo ago
Vitest for unit tests Cypress/playwright for e2e
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
What would you choose
Neto
Netoโ€ข14mo ago
Both of them are fine Cypress and playwright as well
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
Great thank you so much