testcafe-reporter-browsename

1.3.0 • Public • Published

testcafe-reporter-summarizing-reporter

Build Status

This is the summarizing-reporter reporter plugin for TestCafe.

preview

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

/testcafe-reporter-browsename/

    Package Sidebar

    Install

    npm i testcafe-reporter-browsename

    Weekly Downloads

    12

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    7.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • emte123