Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.