Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently GherkinStoryParser does not support meta info.
Gherkin provides support for tags which should be interpreted as no-value meta properties and can be used to filter, e.g. @skip tag.
Activity
Nirmala Sakthi
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Calculator_jbehave.zip [ 64022 ] |
Mauro Talevi
made changes -
Summary | @skip tag does not work with .feature file | Add meta tag support to Gherkin story parser |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Fix Version/s | 3.9 [ 19035 ] | |
Description | We use GherkinStoryParser() with .feature file. We could not get @skip tag to work to skip certain scenarios. It works with .story files. Is there a way I can get the tags to work with .feature files? |
Currently GherkinStoryParser does not support meta info.
Gherkin provides support for tags which should be interpreted as no-value meta properties and can be used to filter, e.g. @skip tag. |
Mauro Talevi
made changes -
Assignee | Mauro Talevi [ maurotalevi ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Can you provide a sample project to reproduce?