3.0.0 • Published 5 years ago

browserstack-tape-runner v3.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

*nix build status Windows build status Tests coverage Transpilation status npm version

browserstack-tape-runner

Run tests configured with tape in browsers via BrowserStack

Installation

$ npm install -g browserstack-tape-runner

Usage

In project path:

$ browserstack-tape-runner --config browerstack.json test/**/*.js

For info on all options check browserstack-tape-runner --help

Tests results are reported to browserstack with help of browserstack-tape-reporter project. This package setups tests up to instructions in referenced blog post

Tests

For tests to pass it's important to set BROWSERSTACK_KEY and BROWSERSTACK_USERNAME in your environment

$ npm test