1
0

Create a branch with custom parameters

This commit is contained in:
2018-12-24 20:19:20 +01:00
parent 714245fcb0
commit 0e8f395f7a
4 changed files with 775 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Feature: Custom parameter types
Scenario:
When I interpret "to be" as a type
Then true is true
And false is not true
Scenario:
When a date 24.12.2018 is given
Then it gets converted to a Date object
Scenario:
Given a regular expression matches this pattern
And it matches that pattern
Then the step definition should be called twice