Parsing Names
Learn how to parse names using the Gherkin parser class.
We'll cover the following...
We'll cover the following...
Parsing names
Many Gherkin structures, such as features and scenarios, contain a name. We will focus on features for this section, but the method we develop will apply to all Gherkin structures with names. Let’s ...