cucumber-json-to-teamcity

0.3.0 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i cucumber-json-to-teamcity

Weekly Downloads

263

Version

0.3.0

License

MIT

Unpacked Size

8.07 kB

Total Files

6

Last publish

Collaborators

  • oledid