Reputation: 1430
I'd like to introduce some "executable specifications" approaches in my company (.NET). I'd like to keep running with SpecFlow because I am really convinced Gherkin is a great tool. I'd like the test engine to be able to post this living documentation on a wiki, to keep it visible to business people and other stakeholders. A good option should be to be able to add some comments to the scenarios, to keep it as user-friendly as possible.
How would you manage this ? I have heard about Fitnesse or StoryTeller but it seems they do not handle Gherkin. Am I wrong ?
Upvotes: 3
Views: 273
Reputation: 136
You might want to take a look at Pickles. Pickles is a living documentation generator that will convert your .feature files into html pages (or a Word or Excel document). You can host those html pages on an internal webserver.
I am not sure what you mean by "add some comments".
Full disclosure: I am the maintainer of Pickles. If you need help getting started with Pickles, feel free to ask!
Upvotes: 4