🚀 Features
- experimental:
- Expose
matchesTagsto test if the current filter matches tags - by @sheremet-va in #9913 (eec53) - Introduce
experimental.vcsProvider- by @sheremet-va in #9928 (56115)
- Expose
🐞 Bug Fixes
- Mark
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26) - Detect fixture that returns without calling
use- by @oilater in #9831 and #9861 (633ae) - Drop vite 8.beta support - by @AriPerkkio in #9862 (b78f5)
- Type regression in vi.mocked() static class methods - by @purepear and @hi-ogawa in #9857 (90926)
- Properly re-evaluate actual modules of mocked external - by @hi-ogawa in #9898 (ae5ec)
- Preserve coverage report when html reporter overlaps - by @hi-ogawa in #9889 (2d81a)
- Provide
vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e) - Don't leak event listener in playwright provider - by @sheremet-va in #9910 (d9355)
- Open browser in
--standalonemode without running tests - by @sheremet-va in #9911 (e78ad) - Guard disposable and optional
body- by @sheremet-va in #9912 (6fdb2) - Resolve
retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605) - collect:
- Don't treat extra props on
testreturn as tests - by @sheremet-va in #9871 (141e7)
- Don't treat extra props on
- coverage:
- Simplify provider types - by @AriPerkkio in #9931 (aaf9f)
- Load built-in provider without module runner - by @AriPerkkio in #9939 (bf892)
- expect:
- pretty-format: