问题
I have a directory tree organised with stories, where stories are grouped by their functional responsibilities, e.g.
C:\specifications
|
+ myproject
|
|- admin stories
| |- account_management.story
| +- finance_management.story
|
+- customer stories
|- pay_bils.story
+- update_details.story
There are hundreds of features and stories, so it's difficult to get a high level view of the functionality.
Question: Does JBehave enable you to convert the text based stories into a more readable format, such as a HTML document that enables you to drill down into the detail, or zoom back up to just see the feature and story titles?
回答1:
The jbehave-to-gherkin project can be used to export stories to gherkin format.
After that, the gherkin features can be processed with pickles to create some really nice html output.
来源:https://stackoverflow.com/questions/21187880/using-jbehave-to-export-stories-to-html