Skip to content

qmetry/cucumber-javascript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is sample cucumber + selenium project using JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published