Details
Description
When meta info is mentioned as below, with GivenStories at story level, the value of meta property gets appended with the GivenStories line.
For example for a story file as below
Meta:
@storyName ReuseBitrate
GivenStories:EndToEnd.story
Scenario: Verifying ReuseBitrate functionality
Given Step1
Then Step2
The value of @storyName appears with the next line (without quotes)
"ReuseBitrate
GivenStories:EndToEnd.story"
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.7.2 [ 18853 ] |
Mauro Talevi
made changes -
Summary | Story parser is unable to parse end of the line for meta-tag in story file | Story meta incorrectly parsed when GivenStories are specified at story level |
Description |
When meta info is mentioned as below, the value of meta-tag gets appended with the next line characters.For example for a story file as below
Meta: @storyName ReuseBitrate GivenStories:EndToEnd.story Scenario: Verifying ReuseBitrate functionality Given Step1 Then Step2 The value of @storyName appears with the next line (without quotes) "ReuseBitrate GivenStories:EndToEnd.story" |
When meta info is mentioned as below, with GivenStories at story level, the value of meta property gets appended with the GivenStories line.
For example for a story file as below Meta: @storyName ReuseBitrate GivenStories:EndToEnd.story Scenario: Verifying ReuseBitrate functionality Given Step1 Then Step2 The value of @storyName appears with the next line (without quotes) "ReuseBitrate GivenStories:EndToEnd.story" |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Mauro Talevi [ maurotalevi ] | |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.8 [ 19104 ] |