bdd-eliseu
v0.0.4
Published
Starter project to write and debug cucumber-js features with Playwright
Downloads
6
Readme
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.
- API Key - You can get this value by logging into your JIRA instance. Then click on QMetry Menu -> Automation API page.
- Base URL - QMetry Automation API URL. This information is also available in Automation API page.
- And Other optional params. Refer QMetry docs for more details.
##Licence MIT
