testcafe-reporter-easykad4jira-slack-custom
v1.2.0
Published
easykad4jira-slack-custom TestCafe reporter plugin.
Downloads
4
Readme
testcafe-reporter-easykad4jira-slack-custom
This is the easykad4jira-slack-custom reporter plugin for TestCafe.
Install
npm install testcafe-reporter-easykad4jira-slack-custom
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 easykad4jira-slack-custom
When you use API, pass the reporter name to the reporter()
method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('chrome')
.reporter('easykad4jira-slack-custom') // <-
.run();
Author
Milan Suka~