cucumberjs-jira-formatter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Test Reporter

JavaScript JIRA/Zephyr test reporter. To use you need to create a .env file in the root of the project including the following mandatory and optional variables.

The library is designed to have the reporter_development_version set and not the execution, cycle or version. If using semantic version you place the development version, e.g. 0.0.0-sematic-version, as the development version. This will report the name of the project as the cycle name and execution and version as ad hoc and unscheduled respectively. For the release branch, generally master, the library will search for the current version based on the start date of the version.

Example of how to tag the Zephyr tests can be found in the component-tests folder. The example project was CUC.

Mandatory elements

reporter_username=
reporter_password=
reporter_host=
reporter_port=
reporter_protocol= (http or https)
reporter_development_version=
reporter_prefix=

Optional elements

reporter_execution= (default -1)
reporter_cycle= (default 'Ad hoc'),
reporter_version= (default 'Unscheduled'),
reporter_development_version=

Readme

Keywords

none

Package Sidebar

Install

npm i cucumberjs-jira-formatter

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

209 kB

Total Files

81

Last publish

Collaborators

  • chattersley