Sha256: fa7cfa4bb0bd3a7ed41a2df3334652b8441963454b20eb0c8b771dec8e95880f
Contents?: true
Size: 754 Bytes
Versions: 26
Compression:
Stored size: 754 Bytes
Contents
# @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** - [x] Init package and integration - [x] Stub node packages for Vitest runtime - [x] Works in development mode - [x] Better log in terminal - [x] Fulfill tests (using Browser only APIs, Vue and React components) - [ ] Show progress and error on the browser page - [x] Headless mode in CI - [x] Docs Related PRs - [#1302](https://github.com/vitest-dev/vitest/pull/1302) ## Development Setup At project root: ```bash pnpm dev cd test/browser pnpm vitest --browser ```
Version data entries
26 entries across 26 versions & 1 rubygems