Details
Description
When the story is cancelled due to for example story timeout, XML reporter generates broken XML - just misses </scenario> end tag.
Part of malformed report:
<step outcome="successful">And the <parameter>Param</parameter> smth happened</step> </scenario> <scenario keyword="Scenario:" title="test Scenario1"> <step outcome="successful">Given the user is on the index page</step> <step outcome="successful">And <parameter>1'st</parameter> column width is <parameter>4U</parameter></step> <cancelled keyword="STORY CANCELLED" durationKeyword="DURATION" durationInSecs="301"/> </story>
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.8.1 [ 19035 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Can't seem to reproduce issue. Can you provide an example project that reproduces it?