testcafe-reporter-adaptavist

1.0.5 • Public • Published

testcafe-reporter-adaptavist

Build Status

This is the adaptavist reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-adaptavist

Environment Variables:

Set following environment variables on your machine:

JIRA_BASE_URL=baseurl
JIRA_USERNAME=user
JIRA_PASSWORD=password
JIRA_TEST_RUN=runid

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 adaptavist

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('adaptavist') // <-
    .run();

Author

Richa Agarwal

Contributors

Rajesh Kumar

Package Sidebar

Install

npm i testcafe-reporter-adaptavist

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

7.1 kB

Total Files

5

Last publish

Collaborators

  • csraj239