SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

[Parser] Handle Gherkin source files with more than one feature #33

Closed danielpacak closed 9 years ago

danielpacak commented 9 years ago

Having a single Gherkin source file that contains a single feature is just a convention. However we should be able to parse sources with one to many features.

danielpacak commented 9 years ago

This doesn't seem to be supported by the new Gherkin parser for JavaScript. Since the long term goal is to use that one, I'm closing the issue for now.