jest-progress-tracker

Keep track of test progress over time

Usage no npm install needed!

<script type="module">
  import jestProgressTracker from 'https://cdn.skypack.dev/jest-progress-tracker';
</script>

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"
    ]
  }
}