testcafe-reporter-easykad4jira-slack-custom

1.2.0 • Public • Published

testcafe-reporter-easykad4jira-slack-custom

Build Status

This is the easykad4jira-slack-custom reporter plugin for TestCafe.

preview

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~

Package Sidebar

Install

npm i testcafe-reporter-easykad4jira-slack-custom

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

56.3 kB

Total Files

10

Last publish

Collaborators

  • uxi187