1.0.7 • Published 5 years ago

testcafe-reporter-testcafe-custom-html-reporter-subbu v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

testcafe-reporter-testcafe-custom-html-reporter-subbu

Build Status

This is the testcafe-custom-html-reporter-subbu reporter plugin for TestCafe.

Install

npm install testcafe-reporter-testcafe-custom-html-reporter-subbu

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 testcafe-custom-html-reporter-subbu

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

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('testcafe-custom-html-reporter-subbu') // <-
    .run();

Author

Subbareddy

1.0.1

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago