1.0.2 • Published 6 years ago

testcafe-reporter-time v1.0.2

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

testcafe-reporter-time

Build Status

This is the time reporter plugin for TestCafe.

Install

npm install testcafe-reporter-time

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 time

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

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

Author

Luciano Listorti

testcafe-reporter-time

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago