Skip to main content

Generates a static html report based on pytest framework

Project description

# pytest-html-reporter [![Build Status](https://travis-ci.com/prashanth-sams/pytest-html-reporter.svg?branch=master)](https://travis-ci.com/prashanth-sams/pytest-html-reporter)

> Generates a static html report based on pytest framework

<div align=”center”><img src=”./PHR.png” width=”200”/></div>

### Installation

`bash pip3 install pytest-html-reporter `

Or install it by adding this line in your project’s requirements.txt file:

`text pytest-html-reporter `

And then execute: `bash pip3 install -r requirements.txt `

## #Usage outline

  • Add –html tag followed by path location in the command line:

    `shell script pytest tests/ --html=./report `

  • Or add this snippet in the pytest.ini file:

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

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

— #### 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.0.3.tar.gz (3.8 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