Test suite update model.

interface SuiteUpdateModel {
    defaultConfigurations?: ShallowReference[];
    defaultTesters?: ShallowReference[];
    inheritDefaultConfigurations?: boolean;
    name?: string;
    parent?: ShallowReference;
    queryString?: string;
}

Properties

defaultConfigurations?: ShallowReference[]

Shallow reference of default configurations for the suite.

defaultTesters?: ShallowReference[]

Shallow reference of test suite.

inheritDefaultConfigurations?: boolean

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

name?: string

Test suite name

Shallow reference of the parent.

queryString?: string

For query based suites, the new query string.