2018-12-27 08:47:18 +01:00
|
|
|
Feature:
|
|
|
|
Scenario:
|
|
|
|
Given a person with name
|
|
|
|
And a person named Jack
|
|
|
|
Then the same function is called for two distinct step definitions
|
2019-01-03 06:11:13 +01:00
|
|
|
|
|
|
|
Scenario:
|
|
|
|
Given a person with a first name
|
|
|
|
And a person with the first name Jack
|
|
|
|
Then the first names are collected by the same function
|
|
|
|
|
|
|
|
Scenario:
|
|
|
|
Given a person with a last name
|
|
|
|
And a person with the last name Doe
|
|
|
|
Then the last names are collected by the same function
|