public final class CucumberProperties
Store properties.
Cucumber can read properties from file, environment or system properties.
Cucumber properties are formatted using kebab-case. E.g.
cucumber.snippet-type. To facilitate environments that do no support
kebab case properties can also be formatted (in order of preference) using
upper snake case e.g. CUCUMBER_SNIPPET_TYPE or lower snake case e.g.
cucumber_snippet_type.