[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs(browser): re-word browser mode development status (#10509)

authored by

Matt Bordas and committed by
GitHub
(Jun 2, 2026, 5:44 PM +0200) 680ac2ec 945d9090

+2 -2
+2 -2
docs/guide/browser/why.md
··· 23 23 24 24 When using Vitest browser, it is important to consider the following drawbacks: 25 25 26 - ### Early Development 26 + ### Not a Drop-In Replacement 27 27 28 - The browser mode feature of Vitest is still in its early stages of development. As such, it may not yet be fully optimized, and there may be some bugs or issues that have not yet been ironed out. It is recommended that users augment their Vitest browser experience with a standalone browser-side test runner like WebdriverIO, Cypress or Playwright. 28 + The browser mode feature of Vitest does not completely replace standalone end-to-end test runners. It is recommended that users augment their Vitest browser experience with a standalone browser-side test runner like WebdriverIO, Cypress or Playwright. 29 29 30 30 ### Longer Initialization 31 31