- _common
-
indentation = ‘ ’ fallback_template = ‘empty’
- features
-
indentation = ‘ ’ node_name = folders template_dirs = gherkin/inlined_uids, gherkin, common named_filename = ‘%s.feature’ filename_convention = ‘underscore’ renderer_addons = ‘GherkinAddon’
- step_definitions
-
node_name = actionwords template_dirs = behave, python, common filename = ‘steps.py’ naming_convention = ‘underscore’ call_prefix = ‘self.actionwords’ renderer_addons = ‘GherkinAddon BehaveAddon’
- step_definitions_library
-
node_name = libraries call_prefix = ‘actionwords’ template_dirs = behave, python, common named_filename = ‘steps_%s.py’ renderer_addons = ‘GherkinAddon’
- actionwords
-
template_dirs = python, common filename = ‘actionwords.py’ naming_convention = ‘underscore’
- library
-
template_dirs = python, common filename = ‘actionword_library.py’
- libraries
-
template_dirs = python, common named_filename = ‘%s_library.py’ filename_convention = ‘underscore’