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

Build Status PRs Welcome

This is the teamcity reporter plugin for TestCafe.

preview

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

    1,379

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    6.47 kB

    Total Files

    4

    Last publish

    Collaborators

    • asurion-security
    • solutobuild