Generate html pages from your feature files and share them easier.
- Overview:
- Feature:
Checkout the gherkin-htmlify project to generate html pages
git clone https://github.com/sboursault/gherkin-htmlify.git
cd gherkin-htmlify
npm install gherkin-htmlify
node runner.js
You'll see sample output in
./gherkin-htmlify/test/output dir
Modify runner.js to use your input and output dirs.

