Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: 3.1.1, 3.4.5
-
Fix Version/s: 3.5
-
Component/s: Core, IDE Support, Maven Plugin
-
Environment:Windows XP2, used maven-dependency-plugin for jbehave-site-resources 3.1.1, jbehave-maven-plugin 3.4.5, junit 4.8.2, jbehave core 3.4.5.
-
Testcase included:yes
-
Number of attachments :
Description
i used an example to create JBehave Scenarios, i fallowed as given in the Jbehave documentation but facing a problem getting report generated.
i didn't find the solution to get count the scenarios and Steps or testcases.
is their any configuration i am missing?
i am attaching all the files used.
Thank you in Advance.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.5 [ 17393 ] | |
Resolution | Not A Bug [ 6 ] |
You're missing the stats, which are used in the report generation. You can either invoke withDefaultFormats() on the StoryReporterBuilder, or add Format.STATS directly to withFormats().
You may also use archetypes to get started on a project:
http://jbehave.org/reference/stable/archetypes.html