cucumber-teamcity-formatter
v2.0.1
Published
Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
Downloads
1,717
Readme
cucumber-teamcity-formatter
Formatter for cucumber-js to write test output to the console in a format parsable by TeamCity.
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