Skip to content

oledid-js/cucumber-json-to-teamcity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-json-to-teamcity Build Status TeamCity Build Status npm npm

Translate a cucumber.js json-report to teamcity service messages

Install

$ npm install --save cucumber-json-to-teamcity

Usage

const api = require("cucumber-json-to-teamcity");

const lines = api("path/to/json-file.json");
for (let i = 0; i < lines.length; ++i) {
  console.log(lines[i]);
}

// the method also accepts the raw json data as string.

Related

License

MIT