https://github.com/bingnz/cucumber-teamcity-formatter
Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
https://github.com/bingnz/cucumber-teamcity-formatter
cucumberjs teamcity
Last synced: 29 days ago
JSON representation
Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
- Host: GitHub
- URL: https://github.com/bingnz/cucumber-teamcity-formatter
- Owner: bingnz
- License: mit
- Created: 2017-11-15T00:50:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T17:26:09.000Z (over 2 years ago)
- Last Synced: 2025-08-30T14:47:57.010Z (about 1 month ago)
- Topics: cucumberjs, teamcity
- Language: JavaScript
- Size: 2.72 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-teamcity-formatter
> Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
[](https://app.travis-ci.com/bingnz/cucumber-teamcity-formatter)
[](https://codeclimate.com/github/bingnz/cucumber-teamcity-formatter)
[](https://codeclimate.com/github/bingnz/cucumber-teamcity-formatter)
[](https://david-dm.org/bingnz/cucumber-teamcity-formatter)
[](https://david-dm.org/bingnz/cucumber-teamcity-formatter#info=devDependencies)## Install
```
$ npm install cucumber-teamcity-formatter --save-dev
```## Usage
Use the `--format` command line option for cucumber js as described [here](https://github.com/cucumber/cucumber-js/blob/master/docs/cli.md#formats).
For example:
```
$ node_modules/.bin/cucumber --format node_modules/cucumber-teamcity-formatter
```