@schlenks/jest-progress-bar-reporter
v2.2.0
Published
Progress bar reporter for Jest (actively maintained fork)
Maintainers
Readme
@schlenks/jest-progress-bar-reporter
A progress bar reporter for Jest that displays test progress with colored status indicators.
Installation
pnpm add -D @schlenks/jest-progress-bar-reporterUsage
Configure Jest to use the reporter:
// jest.config.js
module.exports = {
verbose: false,
reporters: ['@schlenks/jest-progress-bar-reporter']
};Example Output
Found 10 test suites
[..........] 10/10 100%
Ran 25 tests in 0.685s
✔ 20 passing
- 5 pendingLicense
MIT
