Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

browserstack-tape-runner

medikoo88ISC3.0.0

Run tape tests in browsers via browserstack

test, browserstack, tape

readme

*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

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2019-02-01)

Features

  • upgrade to browserstack-runner at v0.9 (6db412f)

BREAKING CHANGES

  • Upgrade browserstack-runner at v0.9

2.0.0 (2018-04-09)

Features

  • generate browser suite at target (4ab4110)
  • support Semaphore CI env (dc66850)

BREAKING CHANGES

  • Main program now takes working path as first argument. At this path in .browserstack-runner dir the suite will be creted

1.0.1 (2017-04-14)

Bug Fixes

  • gently handle no reports return (af2993b)

1.0.0 (2017-04-14)