tap-bark
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

tap-bark

TAP parser for Alsatian.

npm license build status code quality code coverage

Usage

You can use TAP Bark via the CLI or Node, Huzzah!!!

CLI

// an example using alsatian
alsatian "**/*.spec.js" --tap | tap-bark

// or another test framework
another-test-framework --your-flags | tap-bark

Node

import { TapBark } from "tap-bark";
 
...
    // create tap bark instance
    const bark = TapBark.create();
 
    // setup the streams
    resultsStream.pipe(bark.getPipeable()) // pipe the TAP stream to TAP Bark
                 .pipe(process.stdout);    // then TAP Bark's output to the console (or a file if you so wish)
...

Readme

Keywords

none

Package Sidebar

Install

npm i tap-bark

Weekly Downloads

949

Version

2.3.1

License

MIT

Unpacked Size

91.8 kB

Total Files

45

Last publish

Collaborators

  • jameskmonger
  • jamesrichford