SuiteEntryUpdateParams interface
A suite entry defines properties for a test suite.
Properties
id | Id of the suite entry in the test suite: either a test case id or child suite id. |
sequence |
Sequence number for the suite entry object in the test suite. |
suite |
Defines whether the entry is of type test case or suite. |
Property Details
id
Id of the suite entry in the test suite: either a test case id or child suite id.
id: number
Property Value
number
sequenceNumber
Sequence number for the suite entry object in the test suite.
sequenceNumber: number
Property Value
number
suiteEntryType
Defines whether the entry is of type test case or suite.
suiteEntryType: SuiteEntryTypes