gherkindoc

0.2.0 • Public • Published

GherkinDoc

A processor that transforms Cucumber (Gherkin) feature files into static HTML documentation site.

Usage:

var gherkindoc = require('gherkindoc');
gherkindoc.generate(featuresDirectory, outputDirectory [, options]);

The following options are available (defaults are shown):

{
    theme: 'cosmo', // The [bootswatch](http://bootswatch.com/) theme to use
    renderScenaria: true // whether to render scenario bodies or only feature descriptions
}

Readme

Keywords

none

Package Sidebar

Install

npm i gherkindoc

Weekly Downloads

84

Version

0.2.0

License

MIT

Last publish

Collaborators

  • alexandrosd