ArtifactStoreReport
Interface: ArtifactStoreReport
Defined in: src/artifacts/conformance/types.ts:206
What one store's whole run came to.
Properties
declared
readonlydeclared:number
Defined in: src/artifacts/conformance/types.ts:212
failed
readonlyfailed:number
Defined in: src/artifacts/conformance/types.ts:213
notApplicable
readonlynotApplicable:number
Defined in: src/artifacts/conformance/types.ts:211
ok
readonlyok:boolean
Defined in: src/artifacts/conformance/types.ts:217
True when nothing failed. Declarations do not make a store non-conformant — they make it conformant WITH STATED LIMITS, which is a different claim, and the report prints both.
outcomes
readonlyoutcomes: readonlyArtifactStoreOutcome[]
Defined in: src/artifacts/conformance/types.ts:209
passed
readonlypassed:number
Defined in: src/artifacts/conformance/types.ts:210
store
readonlystore:string
Defined in: src/artifacts/conformance/types.ts:208
The harness name.
