Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.1
-
Component/s: Maven Plugin
-
Labels:None
-
Number of attachments :
Description
The implementation classes of the story parser and renderer should be optionally be configurable and default to text-based parser and renderer.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Added optional configuration parameters storyParserClassName and storyRendererClassName, which default to
org.jbehave.core.story.codegen.parser.TextStoryParser and org.jbehave.core.story.renderer.ConsolePlainTextRenderer.