kappa-maki

Formatter for generating Cucumber-format JSON test results using the Behave test framework. Named after a refreshing cucumber sushi cocktail.


License
MIT
Install
pip install kappa-maki==1.0.2

Documentation

PyPI PyPI - Python Version PyPI - Wheel 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