chore: update browser README

This commit is contained in:
Vladimir 2023-03-23 19:03:37 +01:00 committed by GitHub
parent 9d4472d06d
commit 908edc2451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Browser runner for Vitest.
> ⚠️ This package is **not yet ready** and it's for preview only. While this package will be released along with other packages, it will not follow semver for breaking changes until we mark it as ready. **Do not use it in production**.
> ⚠️ 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
@ -10,12 +10,12 @@ Current Status: **Working in progress**
- [x] Init package and integration
- [x] Stub node packages for Vitest runtime
- [ ] Works in development mode
- [ ] Better log in terminal
- [ ] Fulfill tests (using Browser only APIs, Vue and React components)
- [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
- [ ] Headless mode in CI
- [ ] Docs
- [x] Headless mode in CI
- [x] Docs
Related PRs