jest-progress-tracker

Keep track of test progress over time

MIT 7 个版本
安装
npm install jest-progress-tracker
yarn add jest-progress-tracker
pnpm add jest-progress-tracker
bun add jest-progress-tracker
README

jest progress tracker

NPM version NPM downloads Circle CI Travis CI Codecov Coverage Status

Greenkeeper badge semantic-release

Track test progress for jest.

Usage

To use jest-progress-tracker, add it to the reporters section of the Jest configuration:

{
  "jest": {
    "reporters": [
      "default", // using default reporter
      "jest-progress-tracker"
    ]
  }
}
版本列表
3.0.4 2022-03-21
3.0.3 2022-01-26
3.0.2 2022-01-25
3.0.1 2021-12-05
3.0.0 2021-12-05
2.0.2 2019-05-13
2.0.1 2018-10-25