While creating a BDD specification, I could choose to use a template for this test. The template seams to apply only for input fields displayed on add form. I'm searching for a possibility to use Gherkin templates, containing usual steps at beginning of a test script. How could I achieve this?
Example:
Scenario Outline: Given application is started And user is logged in When user navigates to "PAGENAME" Then page "PAGENAME" is shown Examples: | param1 | | a | | b |