Back to Daily Feed 
Vitest v5.0.0-rc.2 Released with GitHub Actions Reporter & Browser Fixes
Worth Reading
Originally published on Vitest Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Vitest v5.0.0-rc.2 introduces a custom GitHub Actions summary title for improved reporting.
- It revives the global concurrency limit for the test lifecycle, enhancing stability.
- Several bug fixes address issues with browser testing, including graceful exits and GC triggers.
- The release improves handling of post-restart reruns and process exit in workers.
- Snapshot evaluation now supports no-unsafe-eval CSP by processing files on the server.
- UI improvements include fixes for code editor errors and layout shifts.
- Security enhancements require authentication for coverage reports and UI subtree requests.
Our Commentary
A release candidate for Vitest v5 is out, and it's packed with some solid improvements. We're particularly interested in the GitHub Actions reporter enhancements; better CI/CD integration is always a win. The browser testing fixes are also crucial, as flaky browser tests are a nightmare. It's good to see them tightening up security around coverage reports too. This feels like a strong step towards a stable v5, and we're eager to see the final release.
View Original Article
Share this article: