Go to file
pre-commit-ci[bot] 4b88ee41bd
[pre-commit.ci] pre-commit autoupdate (#903)
updates:
- [github.com/pre-commit/mirrors-eslint: v9.23.0 → v9.24.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.23.0...v9.24.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-08 06:18:22 +02:00
.github Chore(deps): Bump actions/setup-python from 4 to 5 2025-02-04 16:24:17 +01:00
docs Chore(deps): Bump jinja2 from 3.1.5 to 3.1.6 (#893) 2025-03-10 19:42:40 +01:00
scripts fix: Only run npm when building from source (#758) 2023-11-03 18:09:30 +01:00
src [index.jinja2] moved <footer> into <body> (#883) 2025-02-18 22:36:24 +01:00
testing Upgrade pyupgrade to 3.9 2024-11-20 21:11:27 +01: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 [pre-commit.ci] pre-commit autoupdate (#903) 2025-04-08 06:18:22 +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 Chore(deps-dev): Bump sinon from 19.0.2 to 20.0.0 (#900) 2025-03-31 23:21:26 +02:00
package.json Chore(deps-dev): Bump sinon from 19.0.2 to 20.0.0 (#900) 2025-03-31 23:21:26 +02:00
pyproject.toml Fix report template, add djlint configuration (#804) 2024-11-25 13:28:19 +01:00
start Drop python 3.8, add support for 3.12, 3.13 (#842) 2024-11-20 13:30:29 +01:00
tox.ini Drop python 3.8, add support for 3.12, 3.13 (#842) 2024-11-20 13:30:29 +01: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