This week we redesigned the analytics dashboard.

Major features & improvements
- Analytics dashboard redesign: A redesign of the analytics dashboard. Chart colors are more predictable and table rows are easier to digest.
CLI version updates
Version 0.49.x
- Trace retention configuration: New
traceRetentionoption inendform.jsoncallows you to control if Endform will retain traces or not. - Custom reporter argument: Added
--reportercommand-line argument to specify custom Playwright reporters when running tests. - Improved binary installation: Enhanced CLI binary installation with musl static linking for better Linux compatibility. Better error handling on binary installation failures.
- Minimize output mode: New
ENDFORM_MINIMIZE_OUTPUTenvironment variable reduces CLI output to the absolute minimum (except for Playwright reporter output).