Add an example that reuses a step definition
This commit is contained in:
5
reuse/features/reusable.feature
Normal file
5
reuse/features/reusable.feature
Normal file
@ -0,0 +1,5 @@
|
||||
Feature:
|
||||
Scenario:
|
||||
Given a person with name
|
||||
And a person named Jack
|
||||
Then the same function is called for two distinct step definitions
|
Reference in New Issue
Block a user