Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@supertape/formatter-progress-bar

coderaiser2.5kMIT6.1.0

📼 Supertape formatter progress bar

formatter, progress-bar, supertape

readme

@supertape/formatter-progress-bar NPM version

📼Supertape formatter shows progress bar.

Install

npm i supertape @supertape/formatter-progress-bar

Usage

supertape --format progress-bar lib

Env Variables

  • CI=1 - disable progress bar
  • SUPERTAPE_PROGRESS_BAR=1 - force enable/disable progress bar;
  • SUPERTAPE_PROGRESS_BAR_COLOR - set color of progress bar;
  • SUPERTAPE_PROGRESS_BAR_MIN=100 - count of tests to show progress bar;
  • SUPERTAPE_PROGRESS_BAR_STACK=1 - force show/hide stack on fail;

License

MIT