hiptest/hiptest-publisher

View on GitHub
lib/config/jbehave.conf

Summary

Maintainability
Test Coverage
[_common]
package = 'com.example'
indentation = '    '
fallback_template = 'empty'

[stories]
node_name = folders
template_dirs = jbehave, gherkin/inlined_uids, gherkin/java, gherkin, common
named_filename = '%s.story'
indentation = '  '
renderer_addons = 'GherkinAddon'

[step_definitions]
node_name = actionwords
template_dirs = jbehave/steps, jbehave/actionwords, java, common
filename = 'StepDefinitions.java'
naming_convention = 'camelize_lower'
call_prefix = 'actionwords'
renderer_addons = 'GherkinAddon'

[actionwords]
template_dirs = jbehave/actionwords, java, common
filename = 'Actionwords.java'
naming_convention = 'camelize_lower'