teamcity-formatter

0.1.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i teamcity-formatter

Weekly Downloads

43

Version

0.1.1

License

ISC

Last publish

Collaborators

  • cubeio