_common

package = ‘com.example’ fallback_template = ‘empty’ indentation = ‘ ’ dirname_convention = ‘underscore’ filename_convention = ‘camelize’ naming_convention = ‘camelize_lower’

features

node_name = folders template_dirs = gherkin/inlined_uids, gherkin/java, gherkin, common named_filename = ‘%s.feature’ indentation = ‘ ’ renderer_addons = ‘GherkinAddon’

step_definitions

node_name = actionwords template_dirs = cucumber/groovy/step-definitions, groovy, java, common filename = ‘StepDefinitions.groovy’ call_prefix = ‘actionwords’ renderer_addons = ‘GherkinAddon’

step_definitions_library

node_name = libraries call_prefix = ‘actionwords’ template_dirs = cucumber/groovy/step-definitions, groovy, java, common named_filename = ‘StepDefinitions%s.groovy’ renderer_addons = ‘GherkinAddon’

actionwords

template_dirs = groovy, java, common filename = ‘Actionwords.groovy’

library

template_dirs = groovy, java, common filename = ‘ActionwordLibrary.groovy’

libraries

template_dirs = groovy, java, common named_filename = ‘%sLibrary.groovy’