1.0.12 • Published 6 years ago

testcafe-reporter-client-test-automation-reporter v1.0.12

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

testcafe-reporter-client-test-automation-reporter

Build Status

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

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)

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.3

6 years ago