@healflow/report-analyzer
v0.1.0
Published
Playwright report analysis and failed-test replay orchestration for HealFlow
Readme
@healflow/report-analyzer
Orchestration layer: parse Playwright reports / test-results / zips, plan failed-only replay, and summarize results from the existing runtime healing engine.
Published to npm. Consumed by @healflow/cli via healflow analyze report.
MCP-ready API
import {
analyzeReport,
listFailures,
healAll,
healFailure,
generatePatch,
getSummary,
} from '@healflow/report-analyzer';