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

Package detail

gruu-reporter

tunnckocore7MIT0.3.0

Small reporter for TAP output, showing only failing tests and small stack traces. Built for [gruu][] test runner, but works for any other TAP-producing libs

any, failing, failing-only, failonly, format, formatter, gruu, gruu-reporter, only, report, reporter, small, tap, tap-reporter, tape, testanything

readme

gruu-reporter npmjs.com The MIT License npm downloads

Small reporter for TAP output, showing only failing tests and small stack traces. Built for gruu test runner, but works for any other TAP-producing libs

code climate standard code style travis build status dependency status

Install

Install with npm

npm install gruu-reporter --global
npm install gruu-reporter --save-dev

Usage

tape test/*.js | gruu-reporter
node test.js | gruu-reporter

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckoCore.tk keybase tunnckoCore tunnckoCore npm tunnckoCore twitter tunnckoCore github

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2016-10-25)

Bug Fixes

  • changelog: fix a changelog (75d049e)

1.0.0 - 2016-10-25

  • First official and stable release, follow SemVer now
  • update to use try-catch-core
  • update tests
  • add docs, API doc comments

0.0.0 - 2015-09-10

  • Inital commit