Open 6543 opened 1 year ago
Playwright was very good at this in the past.
i have heared of "vite test" ... playwright is more a browser emulation and run tests in it?!?
@6543 you probably mean https://vitest.dev/
Playwright does e2e testing, yes. Vitest is pretty nice for unit testing. However unit-testing UI pieces is most of the time pretty useless IMHO and the logical part in the UI is rather minimal.
Just like unittests and integration tests in backend ... and tests to frontend
as we can mock the whole api and use >> https://playwright.dev << for e2e tests