MCPcopy
hub / github.com/codeceptjs/CodeceptJS / Scenario

Interface Scenario

typings/index.d.ts:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 (args: SupportObject): void | Promise<void>
477 }
478 interface Scenario extends IScenario {
479 only: IScenario
480 skip: IScenario
481 todo: IScenario
482 }
483 interface Feature extends IFeature {
484 only: IFeature
485 skip: IFeature

Calls

no outgoing calls

Tested by

no test coverage detected