Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.51 KB

PyPI PyPI - Python Version PyPI - Wheel PyPI - Downloads License

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.

Kappa Maki Formatter 🥒🍸

A formatter for behave's outputs using Cucumber

Output is similar to behave --format json.pretty

Installation

pip install kappa-maki

Usage

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 

Un-Installation

pip uninstall kappa-maki