Show HN: Pytest plugin that classifies why your CI failed
Category: devtools
Tags: pytest, testing, ci-cd
Score: 5.8/10 (Innovation: 4, Technical: 5, Documentation: 8, Utility: 6)
pytest-cloudreport is a pytest plugin that generates self-contained HTML reports with pass-rate trends, flaky-test detection, and duration tracking, optionally uploading results to a cloud dashboard for persistent history across CI and developer machines. It's interesting because it solves common test maintenance pain points without requiring CI plugin installation or YAML changes, offering a free local mode and a hosted paid tier.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/ahmad212o/pytest-cloudreport · Python · MIT · 1 stars
View on Hacker News