HTML formatter for Behave (BDD test framework). Renders test results as a standalone HTML report. Current version 0.9.10, with infrequent releases. Compatible with Python >=3.6 and Behave.
pip install behave-html-formatterVerified import paths — ran on the pinned version, not inferred.
Install the formatter, configure Behave to use it, then run tests.
Use `behave --format html --outfile report.html` or set in behave.ini: `format = pretty,html` if you want both console and HTML output.
Always use absolute paths or ensure the relative path matches your project layout. Example: `behave --format html --outfile /absolute/path/report.html`
Upgrade to >=0.9.9 to get proper CSS and JS handling.
Use the correct import: `from behave_html_formatter import HTMLFormatter`
Run `pip install behave-html-formatter`
Install with `pip install behave-html-formatter` and ensure it's available in the environment. Then the 'html' format will appear.