This week brings a redesigned analytics experience in the dashboard, alongside three minor CLI versions with networking and reliability improvements.

Major features & improvements
- Redesigned analytics: Test runs and test attempts are now combined into a unified set of tables, with more explicit filtering behavior and easier navigation between views. Finding the data you care about across runs is now significantly faster.
CLI version updates
Version 0.60.x
- Broader snapshot support: Additional snapshot usage patterns are now recognized in test code.
- Networking improvements: Upgraded the underlying networking stack for improved connection reliability.
Version 0.61.x
- More reliable runner connections: The runner now uses a new wire protocol that surfaces specific connection failure conditions instead of generic errors, making network issues easier to diagnose.
Version 0.62.x
- Better Playwright error reporting: Errors raised during a test run are now reported through Playwright’s
onErrorhooks for clearer diagnostics. - Improved module resolution: Additional node module symlinks so direct path import aliases resolve correctly in more setups.