cucumber-json-to-teamcity

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


Keywords
cucumber, teamcity, cucumber-js, cucumberjs, node, nodejs
License
MIT
Install
npm install cucumber-json-to-teamcity@0.1.0

Documentation

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