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

Package detail

@bonniernews/hot-bev

BonnierNews557MIT0.4.0

Mocha reporter for larger applications. Compact output and immediate failure logging.

readme

Hot Bev'

Reporter for Mocha.

Compact output and immediate failure reporting. Good for large / long running test suites.

Demo

Setup

$ npm install --save-dev @bonniernews/hot-bev
$ npx mocha --reporter @bonniernews/hot-bev

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.0] - 2021-10-27

Changed

  • Calculate total in parallel mode
  • Mocha as peer dependency

[0.3.0] - 2021-02-24

Added

  • Non interactive mode for non TTY terminals

Changed

  • Output rearranged to better work for both modes
  • More compact output
  • Fixed changelog

[0.2.0] - 2021-02-19

Changed

  • Fixed changelog

[0.2.0] - 2021-02-19

Changed

  • Use readline module for print.clear to not break in non TTY terminals

[0.1.0] - 2021-02-19

Added

  • Initial release of reporter