Skip to the content.

日本語版

CI Flaky Analyzer

The CLI continuously ingests JUnit-formatted test results, scores flaky behavior, and visualizes it. It ships with npm scripts for CI integration and automates weekly reporting.

Highlights

Key Artifacts

How to Reproduce

  1. Run npm install inside projects/03-ci-flaky/.
  2. For demo logs, run npm run demo:parsenpm run demo:analyze and inspect the generated out/ directory.
  3. In production, feed CI JUnit XML files and wire npm run ci:analyze or npm run ci:issue into the workflow.

Next Steps