min-webdriver-tap-client

1.0.1 • Public • Published

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 }

Readme

Keywords

Package Sidebar

Install

npm i min-webdriver-tap-client

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mnichols