Forked from and inspired by the behave-cucumber-formatter plugin.
A formatter for behave's outputs using Cucumber
Output is similar to behave --format json.pretty
pip install habushu-cucumber-formatter
behave --format habushu_cucumber_formatter:PrettyCucumberJSONFormatter
Or with an .ini
file:
# -- FILE: behave.ini
[behave.formatters]
cucumber = habushu_cucumber_formatter:PrettyCucumberJSONFormatter
and use the shorthand:
behave --format cucumber
pip uninstall habushu-cucumber-formatter