1.1.0 • Published 7 years ago

testcafe-reporter-zl-reporter v1.1.0

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

testcafe-reporter-zl-reporter

Build Status

This is the zl-reporter reporter plugin for TestCafe.

Install

npm install testcafe-reporter-zl-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 zl-reporter

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

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

Author

marcusthor

1.1.0

7 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