Interface: ShadowReport
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:92
The verdict across every run checked.
Properties
compatible
readonlycompatible: readonlyShadowRunResult[]
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:94
incompatible
readonlyincompatible: readonlyShadowRunResult[]
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:95
ok
readonlyok:boolean
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:97
True when nothing is incompatible.
runs
readonlyruns: readonlyShadowRunResult[]
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:93