Back to browse
GitHub Repository
3 starsPython

Pytest plugin that classifies why your CI failed

by ahmad212o·May 4, 2026·4 points·0 comments

AI Analysis

●●●BangerSolve My ProblemDark Horse

Flaky test detection that survives across CI runs without YAML config hell.

Strengths
  • Zero CI configuration: auto-detects GitHub Actions, GitLab CI, Jenkins out of the box.
  • Local HTML reports with trend charts work offline; hosted tier adds team dashboards.
  • Accumulates history in SQLite locally, enabling pattern detection without cloud dependency.
Weaknesses
  • Hosted features require account signup; free tier limits persistent history to local only.
  • Pytest-specific; doesn't support other test frameworks like unittest or nose.
Target Audience

Python developers with large test suites

Similar To

Buildkite Test Analytics · CircleCI Insights · LaunchTest

Similar Projects