MCPcopy
hub / github.com/cucumber/cucumber-js / ILastRun

Interface ILastRun

features/support/world.ts:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const asyncPipeline = util.promisify(pipeline)
18
19interface ILastRun {
20 error: any
21 errorOutput: string
22 envelopes: messages.Envelope[]
23 output: string
24}
25
26interface IRunResult {
27 error: any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected