v2.0.0-beta.10
版本发布时间: 2024-06-12 20:12:18
vitest-dev/vitest最新发布版本:v3.0.0-beta.2(2024-12-10 18:22:19)
🚀 Features
-
browser: Run tests in parallel in headless mode, add
page.screenshot
method - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5853 (81c42) -
runner: Implement
test.for
- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/5861 (c2380) - ui: Load module graph on tab selection - by @userquin in https://github.com/vitest-dev/vitest/issues/5844 (b117e)
🐞 Bug Fixes
- Vi.waitFor/vi.waitUntil interval is now cleared after it times out - by @pedro00dk in https://github.com/vitest-dev/vitest/issues/5875 (04107)
-
browser:
- Set server.open to false and move error handling after init - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5845 (47003)
- Show correct prepare time - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5852 (52d54)
-
deps:
- Update dependency @testing-library/dom to v10 - by @renovate[bot] in https://github.com/vitest-dev/vitest/issues/5866 (e9745)
- Update vulnerable
test-exclude
to v7 - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5867 (0a715)
-
forks:
- Resolve
poolOptions.<name>.isolate
fromforks
options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5840 (a60a1)
- Resolve
-
ui, browser:
- Disable mouse events when resizing main navigation panel - by @userquin in https://github.com/vitest-dev/vitest/issues/5863 (7cbd9)
-
utils:
- Package exports - by @userquin in https://github.com/vitest-dev/vitest/issues/5847 (07876)