Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oledid-js/cucumber-json-to-teamcity-cli
Pipe a cucumber.js json-report to teamcity service messages
https://github.com/oledid-js/cucumber-json-to-teamcity-cli
cli cucumber cucumber-js cucumberjs node nodejs teamcity
Last synced: about 24 hours ago
JSON representation
Pipe a cucumber.js json-report to teamcity service messages
- Host: GitHub
- URL: https://github.com/oledid-js/cucumber-json-to-teamcity-cli
- Owner: oledid-js
- License: mit
- Created: 2016-07-22T09:16:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T09:34:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T04:07:10.101Z (4 days ago)
- Topics: cli, cucumber, cucumber-js, cucumberjs, node, nodejs, teamcity
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cucumber-json-to-teamcity-cli
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-json-to-teamcity-cli [![Build Status](https://travis-ci.org/oledid-js/cucumber-json-to-teamcity-cli.svg?branch=master)](https://travis-ci.org/oledid-js/cucumber-json-to-teamcity-cli) [![npm](https://img.shields.io/npm/dt/cucumber-json-to-teamcity-cli.svg)](https://www.npmjs.com/package/cucumber-json-to-teamcity-cli) [![npm](https://img.shields.io/npm/v/cucumber-json-to-teamcity-cli.svg)](https://www.npmjs.com/package/cucumber-json-to-teamcity-cli)
Pipe a cucumber.js json-report to teamcity service messages
## Install
```
$ npm install --save cucumber-json-to-teamcity-cli
```## Usage
```
cucumber-js --format json | cucumber-json-to-teamcity
```## Related
- [cucumber-json-to-teamcity](https://github.com/oledid-js/cucumber-json-to-teamcity) - API for this module
## License
[MIT](LICENSE)