1.3.0 • Published 6 years ago

testcafe-reporter-browsename v1.3.0

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

testcafe-reporter-summarizing-reporter

Build Status

This is the summarizing-reporter reporter plugin for TestCafe.

Install

npm install testcafe-reporter-summarizing-reporter

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 summarizing-reporter

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

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

Author

emte123

1.3.0

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago