0.2.0 • Published 7 years ago

gherkindoc v0.2.0

Weekly downloads
78
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.0.0

8 years ago