/vitest7dVitest Browser ModeThis blog post provides a comprehensive introduction to Vitest Browser Mode, explaining its features, setup process, and how to write tests. It highlights the benefits of real browser testing, component isolation, visual previews, and fast execution. The post also covers the installation of necessary packages, configuration of Vitest Browser Mode, and running tests with Playwright as the recommended provider. It emphasizes that Vitest Browser Mode is ready for production use and can be integrated alongside existing tests.
/vitest7dVitest Open Telemetry SupportVitest has built-in (experimental) OpenTelemetry support to help developers understand why certain tests run slow.
/javascript7dHow to write good frontend tests: 37 tips and tricksA large list of tips and tricks to use when writing tests for frontend applications, to make them cleaner, easier to maintain etc etc.