1.1.4 • Published 6 years ago

wdio-json-output-reporter v1.1.4

Weekly downloads
30
License
MIT
Repository
github
Last release
6 years ago

wdio-json-output-reporter

outputs json file after wdio test run

similar format as mocha-spec-json-output-reporter

Usage

in wdio.conf.js file

const Reporter = require('wdio-json-output-reporter');

add reporter to reporters:

exports.config = {
  reporters: [Reporter]
};

Options

specify output fileName & hierarchy mode (nested describe blocks are considered suite inside a suite)

exports.config = {
  reporterOptions: {
    fileName: '<fileName>',
    filePath: '<filePath>',
    hierarchy: true
  }
};
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago