Skip to content

plist options

Tyler Thompson edited this page Jul 20, 2020 · 1 revision

All plist values mentioned are in reference to the test target's plist

FeaturesPath

Modify this plist value in your test target to tell CucumberSwift where to look for .feature files. This search is recursive and should be used with a folder reference rather than a group.

NOTE: This is a case sensitive search

FeatureScenarioDelimiter

By default CucumberSwift uses | as a delimiter. This is mostly about test names, example: SomeFeature|SomeScenario describes a SomeScenario is being run under SomeFeature. While this was intended to give a visual clue about what is being run it can sometimes interfere with file systems, so if you want to change that delimiter, you're welcome to

NOTE: This can be any number of characters (including 0). So it's up to you how you want this to work.