Generates a static html report based on pytest framework
Features
- Generic information
Overview
Trends
Suite Highlights
Test suite details
Archives / History
Screenshots on failure
Test Rerun support
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
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/
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest-html-reporter-0.1.7.tar.gz.
File metadata
- Download URL: pytest-html-reporter-0.1.7.tar.gz
- Upload date:
- Size: 5.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8814d64b0da4712066001d1aafa165401b1640c51ed101a3c043c24746c83e0
|
|
| MD5 |
18ea5209057649b3d5e5a60f30ec02ad
|
|
| BLAKE2b-256 |
a2f5a271d45ad6ee564226a9e52de7fe9f2a388ac4428aae675653e9f59ebcc0
|