gherkindoc

Builds static HTML documentation sites from Cucumber/ Gherking feature files.

Usage no npm install needed!

<script type="module">
  import gherkindoc from 'https://cdn.skypack.dev/gherkindoc';
</script>

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
}