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

Interface Feature

typings/index.d.ts:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 todo: IScenario
482 }
483 interface Feature extends IFeature {
484 only: IFeature
485 skip: IFeature
486 }
487 interface IData {
488 Scenario: IScenario
489 only: { Scenario: IScenario }

Calls

no outgoing calls

Tested by

no test coverage detected