Skip to main content

Interface: ShadowReport

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:92

The verdict across every run checked.

Properties​

compatible​

readonly compatible: readonly ShadowRunResult[]

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:94


incompatible​

readonly incompatible: readonly ShadowRunResult[]

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:95


ok​

readonly ok: boolean

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:97

True when nothing is incompatible.


runs​

readonly runs: readonly ShadowRunResult[]

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:93