testcafe-reporter-new-html-reporter

1.1.0 • Public • Published

testcafe-reporter-new-html-reporter

Build Status

This is the new-html-reporter reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-new-html-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 testcafe-reporter-new-html-reporter

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

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

Author

Sivan Israelov

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

Package Sidebar

Install

npm i testcafe-reporter-new-html-reporter

Weekly Downloads

12

Version

1.1.0

License

MIT

Unpacked Size

17.2 kB

Total Files

5

Last publish

Collaborators

  • sivanisentinel