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