Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / FinishSelfTestFailure

Interface: FinishSelfTestFailure

Defined in: packages/core/src/orchestrator/output-contract.ts:825

One self test failure.

Properties

PropertyTypeDescriptionDefined in
fixture"reject" | "accept"-packages/core/src/orchestrator/output-contract.ts:826
reasonsstring[]-packages/core/src/orchestrator/output-contract.ts:833
validator?stringThe failing validator: the rejecting one on the accept side, the named one on a per validator reject golden (cycle 74); absent only on the vacuous single-fixture reject side.packages/core/src/orchestrator/output-contract.ts:832