3.0.0 • Published 7 years ago
browserstack-tape-runner v3.0.0
browserstack-tape-runner
Run tests configured with tape in browsers via BrowserStack
Installation
$ npm install -g browserstack-tape-runnerUsage
In project path:
$ browserstack-tape-runner --config browerstack.json test/**/*.jsFor 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