testcafe-reporter-testcafe-custom-html-reporter-subbu
v1.0.7
Published
testcafe-custom-html-reporter-subbu TestCafe reporter plugin.
Maintainers
Readme
testcafe-reporter-testcafe-custom-html-reporter-subbu
This is the testcafe-custom-html-reporter-subbu reporter plugin for TestCafe.
Install
npm install testcafe-reporter-testcafe-custom-html-reporter-subbuUsage
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-custom-html-reporter-subbuWhen you use API, pass the reporter name to the reporter() method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('chrome')
.reporter('testcafe-custom-html-reporter-subbu') // <-
.run();Author
Subbareddy
