testcafe-reporter-json-kibana

1.0.2 • Public • Published

testcafe-reporter-json

Build Status

This is the JSON reporter plugin for TestCafe.

Copy from https://github.com/DevExpress/testcafe-reporter-json with one difference, line break character removed. I did it for kibana. Without breaks it is easier to parse

preview

Install

However, if you need to install this reporter, you can use the following command.

npm install testcafe-reporter-json-kibana

Usage

When you run tests from the command line, specify the reporter name by using the --reporter option:

testcafe chrome 'path/to/test/file.js' --reporter json-kibana

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('json-kibana') // <-
    .run();

Author

Developer Express Inc. (https://devexpress.com)

Package Sidebar

Install

npm i testcafe-reporter-json-kibana

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.06 kB

Total Files

4

Last publish

Collaborators

  • maximko