0.1.5 • Published 6 years ago

wdio-spec-reporter v0.1.5

Weekly downloads
64,737
License
MIT
Repository
github
Last release
6 years ago

WDIO Spec Reporter

A WebdriverIO plugin to report in spec style.

Spec Reporter

Configuration

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

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