A custom Jest reporter that identifies and reports on the slowest running tests in your test suite. Current stable version is 1.0.2. Release cadence is low, single maintainer. Key differentiator: simple configuration with maxTests and slowSeconds options, integrates seamlessly as a Jest reporter. No major updates since initial release.
npm install jest-slow-test-highlighterVerified import paths — ran on the pinned version, not inferred.
Installs the package and configures Jest to use the reporter with custom settings.
Upgrade Jest to ^30.1.3 or later.
Ensure reporters array uses correct string or tuple format: ['jest-slow-test-highlighter', {...}]