1.0.4 • Published 5 years ago

testcafe-reporter-perun v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

testcafe-reporter-perun

Build Status

This is the perun reporter plugin for TestCafe.

Install

npm install testcafe-reporter-perun

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 perun

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

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

Author

Adam Dely

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago