[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.

README.md

@vitest/browser#

Browser runner for Vitest.

⚠️ This package is experimental. While this package will be released along with other packages, it will not follow SemVer for breaking changes until we mark it as ready.

Progress#

Current Status: Working in progress

  • Init package and integration
  • Stub node packages for Vitest runtime
  • Works in development mode
  • Better log in terminal
  • Fulfill tests (using Browser only APIs, Vue and React components)
  • Show progress and error on the browser page
  • Headless mode in CI
  • Docs

Related PRs

Development Setup#

At project root:

pnpm dev

cd test/browser
pnpm vitest --browser