1.1.3 • Published 4 years ago

wdio-browserstack-spec-reporter v1.1.3

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

WDIO BrowserStack Spec Reporter

A WebdriverIO plugin to report in spec style suited for BrowserStack

Note: This plugin is forked from the webdriverio/webdriverio and extends @wdio/spec-reporter to report Session IDs for each test with a link to the BrowserStack Automate.

Installation

$ npm install wdio-browserstack-spec-reporter --save-dev

Configuration

The following code shows the default wdio test runner configuration. Just add 'browserstack-spec' as a reporter to the array.

// wdio.conf.js
module.exports = {
  // ...
  reporters: ['dot', 'browserstack-spec'],
  // ...
};