testcafe-reporter-jenkins

1.0.1 • Public • Published

testcafe-reporter-jenkins

This is the jenkins reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-jenkins

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 jenkins

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

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

Dependencies (1)

Dev Dependencies (15)

Package Sidebar

Install

npm i testcafe-reporter-jenkins

Weekly Downloads

1,194

Version

1.0.1

License

MIT

Unpacked Size

8.87 kB

Total Files

4

Last publish

Collaborators

  • wentwrong