Pretty output of Gherkin feature files

dgmstuart picture dgmstuart · Nov 8, 2011 · Viewed 12.5k times · Source

We're building up a specification in Gherkin, and we'd like to present the feature files to the business stakeholders. How can we export all our feature files in some sort of 'pretty' format?

For example:

  • Generate a document containing all features
  • OR integrate features into other documentation
  • OR publish the feature files on a web portal (nicely formatted)

Answer

Marcus Hammarberg picture Marcus Hammarberg · Nov 9, 2011

The best I've seen so far is Pickles; http://github.com/picklesdoc/pickles

It's work in process but looks good already. Please supply your feedback on GitHub