pytest-cloudreport – flaky test detection and CI analytics dashboard #14427
Unanswered
ahmad212o
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey pytest community 👋
I built pytest-cloudreport — a plugin that automatically detects flaky tests and tracks CI health over time. I made it because I kept seeing tests that passed locally but failed randomly in CI, and existing tools were either too complex to set up or JavaScript-only.
What it does:
• Detects flaky tests automatically across runs
• Tracks pass rate trends and branch stability
• Free local HTML report with zero account needed (--cloudreport-local)
• Optional cloud dashboard at cloudreport.dev for team history
Install in 2 minutes:
pip install pytest-cloudreportIt’s free and already listed on the official pytest plugin directory.
Would love feedback from this community specifically — what metrics or features would make this actually useful in your workflow?
Beta Was this translation helpful? Give feedback.
All reactions