testcafe-reporter-naukri-xunit

1.0.0 • Public • Published

testcafe-reporter-naukri-xunit

Build Status

This is the naukri-xunit reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-naukri-xunit

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 naukri-xunit

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

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

Author

Lalit Sharma (https://naukrigulf.com)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i testcafe-reporter-naukri-xunit

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

6.24 kB

Total Files

4

Last publish

Collaborators

  • skywalker1005