1.0.6 • Published 1 year ago

testcafe-reporter-easykad4jira-allure-reporter v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

testcafe-reporter-easykad4jira-allure-reporter

Build Status

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