-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
featureNew feature or requestNew feature or requestk::UI/UXUI (user interface) and UX (user experience) changesUI (user interface) and UX (user experience) changesk::designRelated to overall design and/or architectureRelated to overall design and/or architecture
Description
Could you add support for asterisk (*)?
According to Gherkin Reference - Cucumber Documentation:
*
Gherkin also supports using an asterisk (
*) in place of any of the normal step keywords. This can be helpful when you have some steps that are effectively a list of things, so you can express it more like bullet points where otherwise the natural language ofAndetc might not read so elegantly.For example:
Scenario: All done Given I am out shopping And I have eggs And I have milk And I have butter When I check my list Then I don't need anythingCould be expressed as:
Scenario: All done Given I am out shopping * I have eggs * I have milk * I have butter When I check my list Then I don't need anything
Dosenpfand
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestk::UI/UXUI (user interface) and UX (user experience) changesUI (user interface) and UX (user experience) changesk::designRelated to overall design and/or architectureRelated to overall design and/or architecture