Back to Daily Feed 
Vitest v5.0.0-rc.3: UI Tracing, Coverage & `parseSpecifications`
Worth Reading
Originally published on Vitest Releases
View Original Article
Share this article:
Summary & Key Takeaways
- The
parseSpecificationsfeature has been promoted out of experimental status. - Coverage reporting now switches to
@vitest/istanbuljspackages. - The UI gains features like highlighting editor source locations and keyboard navigation for trace steps.
- Trace view selections and split pane sizes can now be persisted in the URL.
- Bug fixes include combining project filters and invalidating resolved setup files.
- Browser testing with
ui: trueno longer hangs in projects. - Snapshot testing improves with rejection for
toMatchFileSnapshotusing the same file astoMatchSnapshot.
Our Commentary
Vitest continues to impress with its rapid development. The UI improvements for tracing and coverage are a big win for developer experience. I'm particularly interested in how the new IstanbulJS packages will affect coverage reporting. It's good to see them pushing towards a stable v5 with such thoughtful features.
View Original Article
Share this article: