Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.6.1
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Hi,
Our story file contains aprox. 30 scenarios, they are logically divided into groups. We would like to have possibility to split those groups in story files using comments.
So after every 3-4 scenarios we would like to add comments indicating that new section has begun. I've played little bit with Jbehave RegexStoryParser and all that need to be done is
change of "public Story parseStory(String storyAsText, String storyPath)" method.Please see attached code snippet from overridedn RegexStoryParser
Activity
Maciej Madej
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | RegexStoryRemovingCommentsParser.java [ 59551 ] |
Patched RegexStoryParser