Details
Description
As a developer I would like support for parameterised Before/AfterScenarios to indicate their usage with GivenStories. So that when I am using GivenStories I can prevent Before/AfterScenarios executing twice.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.9.2 [ 20180 ] | |
Assignee | Mauro Talevi [ maurotalevi ] | |
Summary | Support for Parameterised Scenarios | Allow @Before/After steps in GivenStories scenarios to not be executed |
Mauro Talevi
made changes -
Fix Version/s | 3.9.2 [ 20180 ] | |
Fix Version/s | 3.9.3 [ 20321 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.9.3 [ 20321 ] | |
Fix Version/s | 3.9.4 [ 20449 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.9.4 [ 20449 ] | |
Fix Version/s | 3.9.5 [ 20598 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.9.5 [ 20598 ] | |
Fix Version/s | 3.9.6 [ 20672 ] |
Either prevent Before/AfterScenarios from executing at all or at least have the possibility to know from within the code of the Before/AfterScenarios methods if the story is being executed as part of a GivenStories directive.