1.0.12 • Published 4 years ago

testcafe-reporter-teamcity v1.0.12

Weekly downloads
17,511
License
MIT
Repository
github
Last release
4 years ago

testcafe-reporter-teamcity

Build Status PRs Welcome

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

4 years ago

1.0.11

4 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago