wdio-browserstack-spec-reporter

1.1.3 • Public • Published

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'],
  // ...
};

Package Sidebar

Install

npm i wdio-browserstack-spec-reporter

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

13.3 kB

Total Files

4

Last publish

Collaborators

  • timzatko