gherkindoc
v0.2.0
Published
Builds static HTML documentation sites from Cucumber/ Gherking feature files.
Downloads
304
Readme
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
}