1.0.9 • Published 4 years ago

testcafe-reporter-ng-xunit v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

testcafe-reporter-ng-xunit

Build Status

This is the ng-xunit reporter plugin for TestCafe.

Install

npm install testcafe-reporter-ng-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 ng-xunit

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

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

Author

Lalit Sharma (https://naukrigulf.com)

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4-beta.1

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago