[ANN] Skeletest 0.4.0 released!
Haskell Community [Unofficial]
April 9, 2026
Skeletest is a batteries-included, opinionated test framework. This release comes with a lot of cool features:
- Test output now defaults to a minimal test report in ANSI-supported terminals, with a new
--formatflag to switch between formats - Test output now contains durations for long tests
- Test output now shows a summary of tests that were run at the end
- Snapshots (golden tests) are now ordered by test order
- Outdated snapshots are now cleaned up
- Redesigned infrastructure for hooking into test execution
Links:
- Hackage
- Release notes
Discussion in the ATmosphere