1.0.1 • Published 8 years ago

min-webdriver-tap-client v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

min-webdriver-tap-client

The client found in min-webdriver is only included when using it as a browserify plugin. Furthermore, tests will hang if you are using TAP output. This client can be thrown at the top of your tests bundle which is piped into min-wb.

Install

npm install min-webdriver-tap-client

Usage

//spec-support.js

const mwtc = require('min-webdriver-tap-client')
const tape = require('blue-tape')
mwtc(tape) // returns {brout,tape }