🚀 Features
- browser:
- Introduce
expect.dom
method and bundlejest-dom
matchers with@vitest/browser
- by @sheremet-va in #5910 (3a96a) - Expose CDP in the browser - by @sheremet-va in #5938 (bec43)
- Add "init" command for browser tests - by @sheremet-va in #5960 (49e97)
- Add an option to take screenshots if the browser test fails - by @sheremet-va in #5975 (154cb)
- Introduce
- spy:
- Collect mock.contexts - by @sheremet-va in #5955 (3b31a)
- ui:
🐞 Bug Fixes
- Use TTY reporter when running in Deno - by @marvinhagemeister in #5972 (e0f45)
- api:
- Correct
project.provide
type - by @sheremet-va in #5959 (0eda9)
- Correct
- browser:
- Remove "util" warning - by @sheremet-va in #5935 (48f28)
- Remove hacky retry - by @sheremet-va in #5971 (2a2c9)
- Make userEvent more stable when running in parallel - by @sheremet-va in #5974 (14a21)
- coverage:
- Pass thresholds errors to
stderr
ofstartVitest()
- by @AriPerkkio in #5954 (70805)
- Pass thresholds errors to
- types:
- Mark pool options as not available in project config - by @sheremet-va in #5934 (486fd)
- ui: