An open API service indexing awesome lists of open source software.

https://github.com/perty/gherkin

A small and not complete parser of Gherkin syntax that emits Html.
https://github.com/perty/gherkin

gherkin gherkin-parser java

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.