SuiteUpdateModel interface
Test suite update model.
Properties
| default |
Shallow reference of default configurations for the suite. |
| default |
Shallow reference of test suite. |
| inherit |
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. |
| query |
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
queryString
For query based suites, the new query string.
queryString: string
Property Value
string