Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

A simple integrated TAP reporter. Works in node and browsers

License

Notifications You must be signed in to change notification settings

b12-archive/tap-spec-integrated

Repository files navigation

Coveralls – test coverage Travis – build status David – status of dependencies Code style: airbnb

 

tap-spec-integrated

A simple integrated TAP reporter. Works in node and browsers

screenshot

Why?

  • Very simple. Doesn’t drop arbitrary console output.
  • Works in browsers seamlessly.
  • More flexible setup than with traditional command-line based TAP reporters. This means you can run your tests seamlessly with node-dev and similar tools.
  • Outputs in real-time.

 

Demo

tap-spec-integrated formats its own tests.

 

Installation

$ npm install tap-spec-integrated

 

Usage

Add this to the top of your test file:

require('tap-spec-integrated');

 

License

MIT © Studio B12

About

A simple integrated TAP reporter. Works in node and browsers

Resources

License

Stars

Watchers

Forks

Packages