0.0.4 • Published 2 years ago

bdd-eliseu v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

cucumber-javascript-example

This is sample cucumber project using Node.js. It shows how to upload test result file on JIRA instance using QMetry for JIRA - Test Management.

Prerequesites

How to use

  • Install cucumber-js globally with:
$ npm install -g cucumber
  • Clone this repository
  • Then install all required dependencies with npm install
  • Finally run sample test npm test

After that you may upload test result file on JIRA instance

Upload test result file

please update these details in upload.js file. 1. API Key - You can get this value by logging into your JIRA instance. Then click on QMetry Menu -> Automation API page. 2. Base URL - QMetry Automation API URL. This information is also available in Automation API page. 3. And Other optional params. Refer QMetry docs for more details.

##Licence MIT