Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/evals / FaultInjectionReport

Interface: FaultInjectionReport

Defined in: packages/evals/src/fault-injection.ts:80

Properties

PropertyTypeDescriptionDefined in
allMatchedbooleanEvery scenario matched its documented observable.packages/evals/src/fault-injection.ts:83
artifactFiles?string[]The artifact files written, when artifactsDir was given.packages/evals/src/fault-injection.ts:94
requestednumberScenarios the call asked for: the full registry size, or the only selection's length (RV1014). With selected beside it the report is self-describing: a consumer pinning these can never watch the gate quietly shrink.packages/evals/src/fault-injection.ts:90
scenariosFaultScenarioReport[]-packages/evals/src/fault-injection.ts:81
selectednumberScenarios actually run; always equals requested (the intake refuses misses).packages/evals/src/fault-injection.ts:92