Skip to content

MJavedAli/xray-jira-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xray-jira-reporter

NPM version

A wrapper over xray jira reporter with axios library

Installation

$ npm install --save xray-jira-reporter

API

Create A Client

const cucumberJiraReporter = require("xray-jira-reporter");

// Initialize
const options = {
  cucumberJsonFilePath: "./resources/",
  reportFile: "cucumber_report.json",
  uri: "https://jira.company.com/restUri",
  authorization: "Basic dm4198jkjgXZWxjb21lQDY=",
};
cucumberJiraReporter.report(options);

License

Copyright (c) 2020, Javed Ali (MIT License)

About

A wrapper over xray jira reporter with axios library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published