Skip to content
/ gherkin Public

A small and not complete parser of Gherkin syntax that emits Html.

Notifications You must be signed in to change notification settings

perty/gherkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gherkin to HTML

A small and not complete parser of Gherkin syntax that emits Html.

Why?

I was working on a project using Cucumber. I would like to try the readability of specifications, so I copied them to a Word document and printed. That was a bit of a fiddle.

I decided to take the Gherkin straight of and convert to HTML which Word can parse quite easy.

What does it do?

It recurse through the directory given and looks for file with names ending in ".feature". All files are parsed and output is on standard out.

The effect is that all feature files are placed in one big HTML output which you can save and open with Word or a browser.

What is it not?

It is not a report tool for parsing output from a execution of specification.

About

A small and not complete parser of Gherkin syntax that emits Html.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published