hiptest/hiptest-publisher

View on GitHub
lib/config/cucumber-javascript.conf

Summary

Maintainability
Test Coverage
[_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/javascript, javascript, common
filename = 'step_definitions.js'
naming_convention = 'camelize_lower'
call_prefix = 'actionwords'
renderer_addons = 'GherkinAddon'

[actionwords]
template_dirs = javascript/es6, javascript, common
filename = 'actionwords.js'
naming_convention = 'camelize_lower'