hiptest/hiptest-publisher

View on GitHub
lib/config/specflow.conf

Summary

Maintainability
Test Coverage
[_common]
indentation = '    '
namespace = 'Example'
fallback_template = 'empty'

[features]
indentation = '  '
node_name = folders
template_dirs = specflow/gherkin, gherkin, common
named_filename = '%s.feature'
filename_convention = 'camelize_upper'
renderer_addons = 'GherkinAddon'

[step_definitions]
node_name = actionwords
template_dirs = specflow, csharp, common
filename = 'StepDefinitions.cs'
naming_convention = 'camelize_upper'
call_prefix = 'Actionwords'
renderer_addons = 'GherkinAddon'

[actionwords]
template_dirs = specflow/actionwords, csharp, common
filename = 'Actionwords.cs'
naming_convention = 'camelize_upper'