Metadata-Version: 2.1
Name: pytest-bdd-html
Version: 0.1.6rc0
Summary: pytest plugin to display BDD info in HTML test report
License: MIT
Project-URL: Homepage, https://github.com/slavos1/pytest-bdd-html
Project-URL: Documentation, https://github.com/slavos1/pytest-bdd-html/blob/main/README.adoc
Keywords: pytest,html,bdd,report
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

pytest-bdd-html
===============

Version: 0.1.6rc0

A ``pytest`` plugin to display `BDD <https://en.wikipedia.org/wiki/Behavior-driven_development>`_ info in the ``pytest-html``-generated HTML test report.

Depends on ``pytest-bdd`` and ``pytest-html``.

To use it, just install it. There will be a new 3rd column with label "Description".

Options
-------
Available command line options:

* ``--bdd-html-css=PATH``: specify a path to custom CSS for styling the Description column
  
CSS classes
-----------
TBD
