summaryrefslogtreecommitdiff
path: root/type-parser/features/custom-type.feature
blob: 8b74a0fe343e282e5979950bedd96550dcd5aac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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