Is there a “for each” or equivalent syntax for Gherkin/Cucumber?
问题 Is there any equivalent "for each" statement for Gherkin? In the following scenario, the page I am testing has multiple date fields that I'd like to run the same test examples on. Here is the scenario that I would like to model. Scenario Outline: Modify precision values for date controls Given I have just added a record When I select <precision> And I select <value> Then <date> displays in the <date type> field Examples: | date type | precision | value | date | | Date 1 | Unknown | N/A |