Skip to main content

Generates a static html report based on pytest framework

Project description

PyPI version Build Status Downloads

Generates a static html report based on pytest framework

pytest-html-reporter

Features

  • Generic information

  • Archives

Installation

$ pip install pytest-html-reporter

Usage

By default, the filename used is pytest_html_reporter.html and path chosen is report; you can skip both or either one of them if not needed:

$ pytest tests/

Custom path and filename

Add --html tag followed by path location and filename to customize the report location and filename:

$ pytest tests/ --html=./report
$ pytest tests/ --html=./report/report.html

pytest.ini

Alternate option is to add this snippet in the pytest.ini file:

[pytest]
addopts = -vs -rf --html=./report

Note: If you fail to provide --html tag, it consider your project’s home directory as the base

pytest-html-reporter-overview

https://i.imgur.com/ge6OCM6.gif

Is there a demo available for this gem?

Yes, you can use this demo as an example, https://github.com/prashanth-sams/pytest-html-reporter:

$ pytest tests/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-html-reporter-0.1.1.tar.gz (3.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page