/cucumber-teamcity-formatter

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

Primary LanguageJavaScriptMIT LicenseMIT

cucumber-teamcity-formatter

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

Travis 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