Added
- Add support for Node.js 26.x (#2818)
Changed
- BREAKING CHANGE: Reimplement parallel runtime with worker threads (#2710)
- BREAKING CHANGE: All
BeforeAllandAfterAllhooks are always executed (#2710) - BREAKING CHANGE: Set
FORCE_COLORbased on deprecated format option (#2769) - Redesigned output for summary, progress, progress bar and pretty formatters (#2708)
- Reduce transitive dependencies (#2800) by @m-basov
Deprecated
- Deprecate legacy
SummaryFormatterandProgressFormatterclasses in favour of new formatter architecture (#2708) - Deprecate
printAttachmentsformat option in favour ofincludeAttachments(#2708)
Fixed
- Update status colors to match other formatters (#2828)
- Surface
Error.causechain (with stack frames) in output (#2813) by @rkdfx - Handle undefined/ambiguous correctly when skipped (#2836)