1.0.10 • Published 3 years ago

testcafe-reporter-plates v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

testcafe-reporter-plates

Build Status

This is the plates reporter plugin for TestCafe.

Install

npm install testcafe-reporter-plates

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 testcafe-plates-reporter

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

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

Author

Plates (http://plates.ro)

Build

npm install --global gulp-cli
gulp build
npm publish
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago