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

Interface RuntimeAdapter

src/runtime/types.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface RuntimeAdapter {
19 setup(): Promise<void>
20 runBeforeAllHooks(): Promise<boolean>
21 runTestCases(assembledTestCases: ReadonlyArray<AssembledTestCase>): Promise<boolean>
22 runAfterAllHooks(): Promise<boolean>
23 teardown(): Promise<void>
24}

Callers 7

runMethod · 0.65
runMethod · 0.65
runBeforeAllHooksMethod · 0.65
runMethod · 0.65
runMethod · 0.65
runAfterAllHooksMethod · 0.65
runMethod · 0.65

Implementers 2

InProcessAdaptersrc/runtime/serial/adapter.ts
WorkerThreadsAdaptersrc/runtime/parallel/adapter.ts

Calls

no outgoing calls

Tested by

no test coverage detected