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
Vitest for running tests
And testing library
Testing Library | Testing Library
Simple and complete testing utilities that encourage good testing practices
And for other tests than unit tests?
And isn't it only for Vite projects?
Vitest no
?
So I can use it without Vite?
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.
Ad a example with next
Okay
@nyx (Rustular DevRel) .
You can check cypress and playwright
But only for other tests, not for unit tests?
Vitest for unit tests
Cypress/playwright for e2e
What would you choose
Both of them are fine
Cypress and playwright as well
Great thank you so much