SuiteUpdateModel interface

Test suite update model.

Properties

defaultConfigurations

Shallow reference of default configurations for the suite.

defaultTesters

Shallow reference of test suite.

inheritDefaultConfigurations

Specifies if the default configurations have to be inherited from the parent test suite in which the test suite is created.

name

Test suite name

parent

Shallow reference of the parent.

queryString

For query based suites, the new query string.

Property Details

defaultConfigurations

Shallow reference of default configurations for the suite.

defaultConfigurations: ShallowReference[]

Property Value

defaultTesters

Shallow reference of test suite.

defaultTesters: ShallowReference[]

Property Value

inheritDefaultConfigurations

Specifies if the default configurations have to be inherited from the parent test suite in which the test suite is created.

inheritDefaultConfigurations: boolean

Property Value

boolean

name

Test suite name

name: string

Property Value

string

parent

Shallow reference of the parent.

parent: ShallowReference

Property Value

queryString

For query based suites, the new query string.

queryString: string

Property Value

string