Class DemCreateJourneyTestSuiteAttributes

Attributes for creating a test suite for a DEM journey.

Hierarchy

  • DemCreateJourneyTestSuiteAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
includeTestsFromJourneyCoverage?: boolean

Whether to populate the test suite based on journey coverage data.

testSuiteName?: string

An optional custom name for the auto-created test suite.

Generated using TypeDoc