mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #2711] Add pytest-reporter-plus #2024
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2711
Author: @skdonepudi
Created: 5/31/2025
Status: 🔄 Open
Base:
master← Head:add-pytest-reporter-plus📝 Commits (1)
9f7df20Add pytest-reporter-plus📊 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-plusgoes 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.