Any text before Narrative (or Scenario if Narrative is absent) is
interpreted as Story description.
On 19/12/2011 15:28, Olmo Rigolo wrote:
Hi all,
I want to write out to the report a brief description of the story
that summarizes the link in JIRA etc.
In RegExStoryParser.java on line 70, the description found, but the
group is empty.
The description string is empty and nothing appears on the report.
This is my story data:
*Narrative*:
Jira link to story: link
this is my description block with a link etc.
*In order to* Z
*As a *X
*I want to* create a new ms
**
*Scenario*: Test A
*Given *a logged in user on Z
*Then *ensure X
What am I doing wrong?
Thanks in advance,
Olmo