This package has been deprecated
Author message:
This package is no longer maintained and has been deprecated. Please migrate to other solutions as soon as possible.
testcafe-reporter-teamcity
1.0.12 • Public • Published testcafe-reporter-teamcity
This is the teamcity reporter plugin for TestCafe.
Install
npm install testcafe-reporter-teamcity
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 teamcity
When you use API, pass the reporter name to the reporter()
method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('chrome')
.reporter('teamcity')
.run();
/testcafe-reporter-teamcity/
//
Package Sidebar
Install
npm i testcafe-reporter-teamcity
Weekly Downloads