Skip to content

Commit 908edc2

Browse files
authored
chore: update browser README
1 parent 9d4472d commit 908edc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/browser/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
Browser runner for Vitest.
44

5-
> ⚠️ 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**.
5+
> ⚠️ 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.
66
77
## Progress
88

99
Current Status: **Working in progress**
1010

1111
- [x] Init package and integration
1212
- [x] Stub node packages for Vitest runtime
13-
- [ ] Works in development mode
14-
- [ ] Better log in terminal
15-
- [ ] Fulfill tests (using Browser only APIs, Vue and React components)
13+
- [x] Works in development mode
14+
- [x] Better log in terminal
15+
- [x] Fulfill tests (using Browser only APIs, Vue and React components)
1616
- [ ] Show progress and error on the browser page
17-
- [ ] Headless mode in CI
18-
- [ ] Docs
17+
- [x] Headless mode in CI
18+
- [x] Docs
1919

2020
Related PRs
2121

0 commit comments

Comments
 (0)