Skip to content

reporterplus/pytest-html-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ Package renamed: This plugin was previously known as pytest-reporter-plus.

πŸ§ͺ pytest-html-plus - A Single page, actionable, plug-and-play unified Test Reports:

Get a single, easy-to-read HTML report summarizing all your test results β€” no hassle, just clarity. Detect flaky tests, and optionally send reports via email**. Works beautifully with or without xdist.

PyPI Downloads PyPI Python Versions License Unit Tests

πŸš€ Installation

pip install pytest-html-plus
# or with Poetry
poetry add pytest-html-plus

🧾 Usage

Generate HTML + JSON reports:

pytest

If you are running with xdist

pytest -n numberOfWorkers

You’ll get:

report.html – a clean, styled HTML report


Available Options

Option Description Default Choices
--json-report Path to save individual JSON test reports final_report.json Any valid file path
--capture-screenshots When to capture screenshots failed failed, all, none
--html-output Directory to output HTML reports report_output Any valid directory
--screenshots Directory where screenshots will be stored screenshots Any valid directory
--send-email Send HTML report via email after the test run False True, False
--should-open-report Open your HTML report automatically post completion failed always, failed, never
--generate-xml Easily generate combined xml of all runs False False, True
--xml-report Path to output the XML report (used with --generate-xml) None Any valid file path

Keep using your regular pytest commands β€” just plug this in to unlock the below powerful reporting features with zero extra effort.

✨ Features

🧩 Seamless Combined XML Export to your favourite test management tools β€” No Plugins Needed

Export a fully merged JUnit XML report effortlessly β€” no external tools or plugins required. (No More merge html additional plugins or steps in your YAML to feed xml reports)

βœ” Links, logs, stdout/stderr, and even flaky history β€” all included βœ” Works out-of-the-box with your test management tools (like TestRail, XRay, Zephyr) βœ” Just one flag. No extra lines of code. Total traceability.

ScreenRecording2025-07-06at11 38 21PM-ezgif com-video-to-gif-converter

🏷️ Tag your tests on the fly!

With dynamic markers, you can assign tags like api, critical, or slow β€” or any custom label β€” at runtime using standard pytest.mark.*. No need for custom marker definitions. Perfect for smarter filtering, reporting, and analysis.

ScreenRecording2025-07-12at10 15 33PM-ezgif com-video-to-gif-converter

Easily track Untracked test scenarios

ScreenRecording2025-06-29at1 06 02AM-ezgif com-video-to-gif-converter

πŸ”„ Flaky Test Detection: Automatically flags flaky tests so you can spot and fix inconsistent failures quickly.

ScreenRecording2025-06-21at2 37 31PM-ezgif com-video-to-gif-converter

πŸ“Έ Screenshot Support: View screenshots directly in the report to understand failures faster.

πŸ“§ Email Test Reports: Send your reports via email effortlessly using SendGrid integration.

Screenshot 2025-05-28 at 4 38 49β€―PM

🐒 Spot Slow Tests: Highlights the slowest tests so you know where to optimize your suite.

ScreenRecording2025-06-21at2 52 49PM-ezgif com-video-to-gif-converter

πŸ“ Comprehensive output capture: All your test logs with loggers, print() statements, and screenshots are automatically captured and embedded in the report...

ezgif-744a5d34a4c46d

πŸ” Universal Test Search + Smart Link Navigation

Whether you're trying to trace coverage or track unlinked test cases β€” this search has your back!

Just start typing, and the dashboard will instantly filter tests by:

βœ… Test name

βœ… Linked issue/documentation IDs (like JIRA, Testmo, Notion, etc.)

βœ… Custom URLs or keywords present in the links

ScreenRecording2025-06-21at3 10 06PM-ezgif com-video-to-gif-converter

AND MANY MANY MORE

Target Audience

This plugin is aimed at those who are:

  • Tired of writing extra code just to generate reports or capture screenshots

  • Manually attaching logs or outputs to test results

  • Are frustrated with archiving folders full of assets, CSS, JS, and dashboards just to share test results.

  • Don’t want to refactor existing test suites or tag everything with new decorators just to integrate with a reporting tool.

  • Prefer simplicity β€” a zero-config, zero code, lightweight report that still looks clean, useful, and polished.

  • Want β€œjust enough” β€” not bare-bones plain text, not a full dashboard with database setup β€” just a portable HTML report that STILL supports features like links, screenshots, and markers.

Comparison with Alternatives

Most existing pytest reporter tools:

Only generate HTML reports from a single run (by making you write code for creating xmls like pytest-html) OR they generate all the JS and png files that are not the scope of test results and force you to archive it.

Heavy duty with bloated charts and other test management features(when they arent your only test management system either) increasing your archive size.

This plugin aims to fill those gaps by acting as a companion layer on top of the JSON report, focusing on:

πŸ”„ Merge + flakiness intelligence

πŸ”— Traceability via metadata

🧼 HTML that’s both readable and minimal

🧼 Quickly copy test paths and run in your local

πŸ“§ Email Report (Optional)

Send the HTML report via email using --send-email. Please note you will need your own sendgrid setup to use this feature

Create an emailenv file in your project folder that has the following

sender_email=you@example.com
recipient_email=team@example.com
subject=Your Test Report
smtp_server=smtp.sendgrid.net
smtp_port=587
email_password=your_sendgrid_api_key

Run

pytest --send-email

Contributions

We welcome pull requests, issues, and feature suggestions from the community. Before contributing, please take a moment to review our contribution guidelines and code of conduct. Your involvement helps make this tool better for everyone!

Setting up the project is pretty simple

docker build -t pytest-html-plus .
docker run -it pytest-html-plus /bin/bash 
poetry install --dev

poetry run pytest tests/ 

πŸ“œ License

MIT

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy