1.0.0 • Published 7 years ago
testcafe-reporter-kanoah v1.0.0
testcafe-reporter-jira
This is the jira reporter plugin for TestCafe.
Install
npm install testcafe-reporter-jira
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 kanoah
When you use API, pass the reporter name to the reporter()
method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('chrome')
.reporter('kanoah') // <-
.run();
Set environment variable for following:
JIRA_BASE_URL=abc.com
JIRA_USERNAME=xyz
JIRA_PASSWORD=pass
JIRA_TEST_RUN=ABC-R201
Author
testcafeindigo
1.0.0
7 years ago