Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 609 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 609 Bytes

Development of this project has been moved to behave-contrib/behave-html-formatter

Html formatter for Behave

To use it with behave create behave.ini file in project folder (or in home) with following content:

# -- FILE: behave.ini
# Define ALIAS for HtmlFormatter.
[behave.formatters]
html = behave_html_formatter:HTMLFormatter

and then use it by running behave with -f html parameter.

You can find information about behave and user-defined formatters in behave's documentation: https://behave.readthedocs.io/en/latest/