0.2.0 • Published 9 years ago

gherkindoc v0.2.0

Weekly downloads
78
License
MIT
Repository
github
Last release
9 years ago

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
}
0.2.0

9 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

1.0.0

10 years ago