testcafe-reporter-plates
v1.0.10
Published
testcafe-reporter-plates TestCafe reporter plugin.
Downloads
10
Readme
testcafe-reporter-plates
This is the plates reporter plugin for TestCafe.
Install
npm install testcafe-reporter-platesUsage
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-reporterWhen 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
