Title before "Scenario" ends up as package name
Description
Activity
Show:
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Alexander Lehmann
Alexander LehmannComponents
Fix versions
Affects versions
Priority

Created December 9, 2011 at 9:57 AM
Updated February 26, 2012 at 8:34 AM
Resolved February 26, 2012 at 8:34 AM
When I run a story that has a comment as the first line of the text, the jbehave/xunit display in Jenkins takes the comment as test name and misses the story file name.
{{!-- comment
Scenario: User visits home page
!-- a very simple test
Given user is on Home page
Then Home page is shown
}}
the resulting path is then (root)/!-- comment/User visits home page