Go to file
Viktor Gustafsson 112c48f457
use max height instead of fixed height (#706)
Co-authored-by: Viktor Gustafsson <vgustafsson@planview.com>
2023-08-13 20:45:13 +02:00
.github Fix: visible query param (#695) 2023-07-24 02:43:41 +02:00
docs Fix: Environment table toggle bug (#693) 2023-07-23 23:35:08 +02:00
scripts Chore: Fix npm building (#658) 2023-04-15 12:21:52 +02:00
src use max height instead of fixed height (#706) 2023-08-13 20:45:13 +02:00
testing Fix: Borken HTML in jinja template (#712) 2023-08-13 17:56:12 +02:00
.coveragerc Disable codecov PR comments (#382) 2020-11-27 12:29:42 +00:00
.eslintrc.json Combined fe and be (#479) 2023-03-05 16:18:52 +01:00
.gitignore chore: Migrate from Poetry to Hatch (#617) 2023-04-02 21:18:21 +02:00
.nycrc chore: Add code coverage for JS (#600) 2023-03-25 01:29:29 +01:00
.pre-commit-config.yaml Chore: Add eslint (#651) 2023-04-14 15:15:40 +02:00
.prettierrc Combined fe and be (#479) 2023-03-05 16:18:52 +01:00
.readthedocs.yaml Docs: Update ReadTheDocs to v2 (#673) 2023-05-11 22:40:41 +02:00
LICENSE Add LICENSE 2015-05-08 16:14:01 +01:00
README.rst Move the changelog to read the docs (#423) 2021-05-10 10:20:55 +02:00
codecov.yml Disable codecov PR comments (#382) 2020-11-27 12:29:42 +00:00
docker-compose.tmpl.yml Combined fe and be (#479) 2023-03-05 16:18:52 +01:00
package-lock.json Fix: Collapsed state between redraws (#703) 2023-07-28 17:28:14 +02:00
package.json Fix: Collapsed state between redraws (#703) 2023-07-28 17:28:14 +02:00
pyproject.toml Chore: Simplify results table hooks (#688) 2023-07-22 15:06:29 +02:00
start Combined fe and be (#479) 2023-03-05 16:18:52 +01:00
tox.ini chore: It's <current year>, 120 is fine (#625) 2023-04-05 21:45:09 +02:00

README.rst

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

pytest-html is a plugin for `pytest <http://pytest.org>`_ that generates a HTML report for test results.

.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
   :target: https://github.com/pytest-dev/pytest-html/blob/master/LICENSE
   :alt: License
.. image:: https://img.shields.io/pypi/v/pytest-html.svg
   :target: https://pypi.python.org/pypi/pytest-html/
   :alt: PyPI
.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-html.svg
   :target: https://anaconda.org/conda-forge/pytest-html
   :alt: Conda Forge
.. image:: https://github.com/pytest-dev/pytest-html/workflows/gh/badge.svg
   :target: https://github.com/pytest-dev/pytest-html/actions
   :alt: CI
.. image:: https://img.shields.io/requires/github/pytest-dev/pytest-html.svg
   :target: https://requires.io/github/pytest-dev/pytest-html/requirements/?branch=master
   :alt: Requirements
.. image:: https://codecov.io/gh/pytest-dev/pytest-html/branch/master/graph/badge.svg?token=Y0myNKkdbi
   :target: https://codecov.io/gh/pytest-dev/pytest-html
   :alt: Codecov

Resources
---------

- `Documentation <https://pytest-html.readthedocs.io/en/latest/>`_
- `Release Notes <https://pytest-html.readthedocs.io/en/latest/changelog.html>`_
- `Issue Tracker <http://github.com/pytest-dev/pytest-html/issues>`_
- `Code <http://github.com/pytest-dev/pytest-html/>`_

Contributing
------------

We welcome contributions.

To learn more, see `Development <https://pytest-html.readthedocs.io/en/latest/development.html>`_

Screenshots
-----------

.. image:: https://cloud.githubusercontent.com/assets/122800/11952194/62daa964-a88e-11e5-9745-2aa5b714c8bb.png
   :target: https://cloud.githubusercontent.com/assets/122800/11951695/f371b926-a88a-11e5-91c2-499166776bd3.png
   :alt: Enhanced HTML report