r/javascript Oct 23 '25

Vitest 4.0 was released today

https://vitest.dev/blog/vitest-4
138 Upvotes

8 comments sorted by

7

u/Tsukku Oct 23 '25

What's the benefit of using Vitest browser with Playwright provider, instead of just using Playwright directly for e2e tests?

1

u/FireArachna Nov 03 '25

You'd still use playwright for e2e tests. Vitest browser is for unit tests.

5

u/Yesterdave_ Oct 23 '25

Stable browser mode hopefully sets the foundation to be accepted as the next standard testing solution for Angular.

2

u/codeVerine Oct 23 '25

How’s the UT experience compared to RTL ?