browserstack-tape-reporter

Run your tape tests on BrowserStack

WTFPL 4 个版本
安装
npm install browserstack-tape-reporter
yarn add browserstack-tape-reporter
pnpm add browserstack-tape-reporter
bun add browserstack-tape-reporter
README

Run your tape tests on BrowserStack!

To use, simply include this module in the browserify build of your test file:

browserify test.js node_modules/browserstack-tape-reporter/index.js -o test.build.js

And launch the browserstack-runner pointed at an html file that loads test.build.js.

Requires tape >=4.1.0 and browserstack-runner >=0.3.7.

More info can be found in this blog post.

版本列表
1.1.0 2016-08-19
1.0.2 2015-09-05
1.0.1 2015-08-25
1.0.0 2015-08-14