Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.2
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
Could @BeforeScenario be enhanced:
@BeforeScenario(BEFORE_EXAMPLES_PERMUTATIONS_TOO)
or could we have a new annotation:
@BeforeExamples
There is some feeling that this used to work in JB 3.0. Refer bug.zip attached
- Paul on behalf of Bill
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | bug.zip [ 53925 ] | |
Description |
Could @BeforeScenario be enhanced:
@BeforeScenario(BEFORE_EXAMPLES_PERMUTATIONS_TOO) or could we have a new annotation: @BeforeExamples There is some feeling that this used to work in JB 3.0 - Paul on behalf of Bill |
Could @BeforeScenario be enhanced:
@BeforeScenario(BEFORE_EXAMPLES_PERMUTATIONS_TOO) or could we have a new annotation: @BeforeExamples There is some feeling that this used to work in JB 3.0. Refer bug.zip attached - Paul on behalf of Bill |
Before and After scenario steps are executed before each scenario, provided the configuration.storyControls().skipBeforeAndAfterScenarioStepsIfGivenStory() is not true.