0.1.1 • Published 9 years ago

teamcity-formatter v0.1.1

Weekly downloads
42
License
ISC
Repository
github
Last release
9 years ago

TeamCity Formatter

Usage

In the setup of the cucumber test for a project add the formatter like so:

//in ./support/anyFileWillDoJustFine.js
var teamCityFormatter = require("teamcity-formatter");

module.exports = function() {
    teamCityFormatter.call(this);
};

And run cucumber test like normally. Possibly add --format summary to the arguments for cucumber-js