Details
-
Type: New Feature
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.5.3
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
Is it possible to support a With tag in scenarios.
e.g. instead of using the following
Given a new trade
and trade price of $15
the following would read better
Given a new trade
With trade price of $15
There is no such @With or @And annotation.
And keyword is supported (it replicates the meaning of the previous step type) and you can change the word 'And' to 'With' via the localised keywords:
http://jbehave.org/reference/stable/stories-in-your-language.html