testcafe-reporter-testlink

1.0.1 • Public • Published

testcafe-reporter-testlink

This is the testlink reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-testlink

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 testlink:results.xml

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

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

Changelog

v1.0.1 - Added check for skipped tests, so they won't be included in the report v1.0.0 - Initial release

Author

Beniamin Kis

Package Sidebar

Install

npm i testcafe-reporter-testlink

Weekly Downloads

7

Version

1.0.1

License

MIT

Unpacked Size

5.19 kB

Total Files

4

Last publish

Collaborators

  • beniamin.kis