testcafe-reporter-easykad4jira-allure-reporter

1.0.6 • Public • Published

testcafe-reporter-easykad4jira-allure-reporter

Build Status

This is the easykad4jira-allure-reporter reporter plugin for TestCafe.

preview

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

Package Sidebar

Install

npm i testcafe-reporter-easykad4jira-allure-reporter

Weekly Downloads

5

Version

1.0.6

License

MIT

Unpacked Size

19.3 kB

Total Files

7

Last publish

Collaborators

  • uxi187