Skip to content

Commit

Permalink
chore: update browser README
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 23, 2023
1 parent 9d4472d commit 908edc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/browser/README.md
Expand Up @@ -2,20 +2,20 @@

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

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

Expand Down

0 comments on commit 908edc2

Please sign in to comment.