0.3.0 • Published 6 years ago

cucumber-json-to-teamcity v0.3.0

Weekly downloads
26
License
MIT
Repository
github
Last release
6 years ago

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

0.3.0

6 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago