[PR #2711] Add pytest-reporter-plus #2024

Open
opened 2025-11-06 13:27:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2711
Author: @skdonepudi
Created: 5/31/2025
Status: 🔄 Open

Base: masterHead: add-pytest-reporter-plus


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

What is this Python project?

pytest-reporter-plus makes your test reports actually useful. It gives you clean JSON and HTML outputs, shows you which tests are flaky, supports dynamic markers, captures screenshots, and lets you filter or group stuff however you want.

Whether it's backend tests, unit tests , playwright or selenium, as long as it is used with the pytest framework, this is super cool. it also has handy CLI options like emailing reports or customizing output paths.

Basically, if you’re tired of boring test results and want something clear, flexible, and dev-friendly — this plugin has your back. 🙌

What's the difference between this Python project and similar ones?

Most test reporters focus on either just plain text or basic HTML. pytest-reporter-plus goes a step further by combining:

Flaky test detection: It automatically tracks multiple attempts and flags flaky tests — something most other reporters ignore.

Custom marker filtering: Easily group, filter, or organize tests by custom markers (like @critical, @smoke, etc.), dynamically.

Visual badges and breakdowns: HTML reports come with intuitive visual tags like "FLAKY" and organized sections for logs, status, and screenshots.

Automation tool awareness: It's designed to work seamlessly with both Selenium Playwright or any integration unit tests tool as long as it's written in pytest framework — not just as a generic reporter.

Email-ready reports: You can automatically send your reports post-test run with a single flag.

Flexible configuration: From CLI options to plugin-based extensions, it's built to let users shape their own reporting workflow.

So while other tools may give you a summary, this one helps teams understand and act on their test results faster — without extra setup or scripts.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2711 **Author:** [@skdonepudi](https://github.com/skdonepudi) **Created:** 5/31/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-pytest-reporter-plus` --- ### 📝 Commits (1) - [`9f7df20`](https://github.com/vinta/awesome-python/commit/9f7df2055eefb5294c0614668c571975a239f0c7) Add pytest-reporter-plus ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## What is this Python project? pytest-reporter-plus makes your test reports actually useful. It gives you clean JSON and HTML outputs, shows you which tests are flaky, supports dynamic markers, captures screenshots, and lets you filter or group stuff however you want. Whether it's backend tests, unit tests , playwright or selenium, as long as it is used with the pytest framework, this is super cool. it also has handy CLI options like emailing reports or customizing output paths. Basically, if you’re tired of boring test results and want something clear, flexible, and dev-friendly — this plugin has your back. 🙌 ## What's the difference between this Python project and similar ones? Most test reporters focus on either just plain text or basic HTML. `pytest-reporter-plus` goes a step further by combining: **Flaky test detection:** It automatically tracks multiple attempts and flags flaky tests — something most other reporters ignore. **Custom marker filtering:** Easily group, filter, or organize tests by custom markers (like @critical, @smoke, etc.), dynamically. **Visual badges and breakdowns:** HTML reports come with intuitive visual tags like "FLAKY" and organized sections for logs, status, and screenshots. **Automation tool awareness:** It's designed to work seamlessly with both Selenium Playwright or any integration unit tests tool as long as it's written in pytest framework — not just as a generic reporter. **Email-ready reports:** You can automatically send your reports post-test run with a single flag. **Flexible configuration:** From CLI options to plugin-based extensions, it's built to let users shape their own reporting workflow. So while other tools may give you a summary, this one helps teams understand and act on their test results faster — without extra setup or scripts. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:27:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2024