TestSettings interface
Represents the test settings of the run. Used to create test settings and fetch test settings
Properties
area |
Area path required to create test settings |
description | Description of the test settings. Used in create test settings. |
is |
Indicates if the tests settings is public or private.Used in create test settings. |
machine |
Xml string of machine roles. Used in create test settings. |
test |
Test settings content. |
test |
Test settings id. |
test |
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