bingnz / cucumber-teamcity-formatter

Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
MIT License
4 stars 3 forks source link
cucumberjs teamcity

cucumber-teamcity-formatter

Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.

Build Status Code Climate Test Coverage Dependency Status devDependency Status

Install

$ npm install cucumber-teamcity-formatter --save-dev

Usage

Use the --format command line option for cucumber js as described here.

For example:

$ node_modules/.bin/cucumber --format node_modules/cucumber-teamcity-formatter