hacifootprint

GraphHealth

Interface: GraphHealth

Defined in: src/testing/model/check.ts:35

Properties

byType

byType: Record<DriftType, LintFinding[]>

Defined in: src/testing/model/check.ts:43

Findings grouped by drift type — control (buttons/inputs), page, flow, note.


errors

errors: number

Defined in: src/testing/model/check.ts:38


findings

findings: LintFinding[]

Defined in: src/testing/model/check.ts:41

The full lint output (errors, warnings, and advisory notes).


journeys

journeys: JourneyHealth[]

Defined in: src/testing/model/check.ts:45

Per-journey feasibility rollup.


ok

ok: boolean

Defined in: src/testing/model/check.ts:37

True when there are no error-severity findings — the release-readiness signal.


summary

summary: string

Defined in: src/testing/model/check.ts:49

A ready-to-print, plain-language report. Empty-ish (a ✓ line) when healthy.


unreachablePages

unreachablePages: string[]

Defined in: src/testing/model/check.ts:47

Pages nothing can navigate to.


warnings

warnings: number

Defined in: src/testing/model/check.ts:39

On this page