8000 Add pytest-reporter-plus by skdonepudi · Pull Request #2711 · vinta/awesome-python · GitHub
[go: up one dir, main page]

Skip to content

Add pytest-reporter-plus #2711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skdonepudi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0