awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add pytest-reporter-plus

Open skdonepudi opened this issue 7 months ago β€’ 0 comments

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.

skdonepudi avatar May 31 '25 12:05 skdonepudi