testcafe-reporter-client-test-automation-reporter

1.0.12 • Public • Published

testcafe-reporter-client-test-automation-reporter

Build Status

This is the client-test-automation-reporter reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-client-test-automation-reporter

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 client-test-automation-reporter

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

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

Author

Emil Dimitrov (http://none)

Package Sidebar

Install

npm i testcafe-reporter-client-test-automation-reporter

Weekly Downloads

14

Version

1.0.12

License

MIT

Unpacked Size

5.56 kB

Total Files

4

Last publish

Collaborators

  • emildimitrov