TestSettings interface

Represents the test settings of the run. Used to create test settings and fetch test settings

Properties

areaPath

Area path required to create test settings

description

Description of the test settings. Used in create test settings.

isPublic

Indicates if the tests settings is public or private.Used in create test settings.

machineRoles

Xml string of machine roles. Used in create test settings.

testSettingsContent

Test settings content.

testSettingsId

Test settings id.

testSettingsName

Test settings name.

Property Details

areaPath

Area path required to create test settings

areaPath: string

Property Value

string

description

Description of the test settings. Used in create test settings.

description: string

Property Value

string

isPublic

Indicates if the tests settings is public or private.Used in create test settings.

isPublic: boolean

Property Value

boolean

machineRoles

Xml string of machine roles. Used in create test settings.

machineRoles: string

Property Value

string

testSettingsContent

Test settings content.

testSettingsContent: string

Property Value

string

testSettingsId

Test settings id.

testSettingsId: number

Property Value

number

testSettingsName

Test settings name.

testSettingsName: string

Property Value

string