- _common
-
indentation = ‘ ’ fallback_template = ‘empty’
- features
-
node_name = folders template_dirs = gherkin/inlined_uids, gherkin, common named_filename = ‘%s.feature’ indentation = ‘ ’ renderer_addons = ‘GherkinAddon’
- step_definitions
-
node_name = actionwords template_dirs = cucumber_legacy/typescript, cucumber/typescript, javascript, common filename = ‘step_definitions.ts’ naming_convention = ‘camelize_lower’ call_prefix = ‘actionwords’ renderer_addons = ‘GherkinAddon’
- step_definitions_library
-
node_name = libraries template_dirs = cucumber_legacy/typescript, cucumber/typescript, javascript, common named_filename = ‘steps_%s.ts’ naming_convention = ‘camelize_lower’ call_prefix = ‘actionwords’ renderer_addons = ‘GherkinAddon’
- actionwords
-
template_dirs = typescript, javascript, common filename = ‘actionwords.ts’ naming_convention = ‘camelize_lower’
- library
-
template_dirs = typescript, javascript, common filename = ‘actionword_library.ts’
- libraries
-
template_dirs = typescript, javascript, common named_filename = ‘%s_library.ts’ filename_convention = ‘underscore’