Details
Description
The examples on the jbehave.org site consistently use "-skip" as meta filter to exclude stories marked with @skip true, which doesn't work, however "-skip true" works as expected.
Either the parsing of the filter condition is broken or the examples could be changed to use "-skip true".
Activity
Alexander Lehmann
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | jbehave-skip.zip [ 58330 ] |
Alexander Lehmann
made changes -
Attachment | metafilter.diff [ 58337 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Mauro Talevi [ maurotalevi ] | |
Resolution | Not A Bug [ 6 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.6 [ 17721 ] |
Actually the examples in jbehave-core/examples use "-skip" as well, so I think this is the expected behavior.