1.0.16 • Published 4 years ago

@enzdev/testcafe-reporter-teamcity v1.0.16

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

testcafe-reporter-teamcity

This is a teamcity reporter plugin for TestCafe forked from Soluto.

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();
1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago