Forked from and inspired by the behave-cucumber-formatter plugin. Kappa Maki is a refreshing cocktail that is intended to taste like a spicy cucumber sushi roll. Like the cocktail, it brings the refreshing results of behave tests into a new format that is fit for cucumber reporting. This is useful in CI and/or polyglot environments where cucumber reporting is already in use.
A formatter for behave's outputs using Cucumber
Output is similar to behave --format json.pretty
pip install kappa-maki
behave --format kappa_maki:PrettyCucumberJSONFormatter
Or with an .ini
file:
# -- FILE: behave.ini
[behave.formatters]
cucumber = kappa_maki:PrettyCucumberJSONFormatter
and use the shorthand:
behave --format cucumber
pip uninstall kappa-maki