Skip to content

Commit 32be0af

Browse files
committed
chore: update browser readme
1 parent 93b67c2 commit 32be0af

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

packages/browser/README.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
11
# @vitest/browser
22

3-
Browser runner for Vitest.
3+
[Browser runner](https://vitest.dev/guide/browser/) for Vitest.
44

55
> ⚠️ 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
7-
## Progress
8-
9-
Current Status: **Working in progress**
10-
11-
- [x] Init package and integration
12-
- [x] Stub node packages for Vitest runtime
13-
- [x] Works in development mode
14-
- [x] Better log in terminal
15-
- [x] Fulfill tests (using Browser only APIs, Vue and React components)
16-
- [ ] Show progress and error on the browser page
17-
- [x] Headless mode in CI
18-
- [x] Docs
19-
20-
Related PRs
21-
22-
- [#1302](https://github.com/vitest-dev/vitest/pull/1302)
23-
247
## Development Setup
258

269
At project root:
2710

2811
```bash
29-
pnpm dev
30-
3112
cd test/browser
32-
pnpm vitest --browser
13+
# runs relevant tests for the browser mode
14+
# useful to confirm everything works fine
15+
pnpm test
16+
# runs tests as the browser mode
17+
# useful during development
18+
pnpm test-fixtures
3319
```

0 commit comments

Comments
 (0)