testcafe-reporter-sauce-json

0.7.0 • Public • Published

testcafe-reporter-sauce-json

This is the sauce-json reporter plugin for TestCafe.

Install

npm install testcafe-reporter-sauce-json

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 sauce-json

or

testcafe chrome 'path/to/test/file.js' --reporter "sauce-json:./path/to/output.report.json

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.7.0
    3
    • latest

Version History

Package Sidebar

Install

npm i testcafe-reporter-sauce-json

Weekly Downloads

7

Version

0.7.0

License

MIT

Unpacked Size

14.3 kB

Total Files

7

Last publish

Collaborators

  • saucebot