1.0.7 • Published 5 years ago
testcafe-reporter-testcafe-custom-html-reporter-subbu v1.0.7
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-subbu
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-custom-html-reporter-subbu
When 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