Details
Description
Excluded (filtered-out) scenarios are reported as pending as well.
Set metadata on scenario and set metafilter so the scenario is ignored. It will be reported as pending too.
this bug has been probably introduced by JBEHAVE-471. The problem is caused by org.jbehave.core.reporters.PostStoryStatisticsCollector.afterScenario() as the method does not differ if no steps has ben executed because scenario is not implemented/pending or because scenario was excluded.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.5 [ 17393 ] |
Jaroslav Sedlacek
made changes -
Paul Hammant
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Mauro Talevi [ maurotalevi ] | Paul Hammant [ paul ] |
Resolution | Fixed [ 1 ] |
Suggested patch for this issue including updated JUnit test.