SuiteEntry interface
A suite entry defines properties for a test suite.
- Extends
suite |
Id for the test suite. |
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. |
Id for the test suite.
suiteId: number
Property Value
number
Id of the suite entry in the test suite: either a test case id or child suite id.
id: number
Property Value
number
Inherited From SuiteEntryUpdateParams.id
Sequence number for the suite entry object in the test suite.
sequenceNumber: number
Property Value
number
Inherited From SuiteEntryUpdateParams.sequenceNumber
Defines whether the entry is of type test case or suite.
suiteEntryType: SuiteEntryTypes
Property Value
Inherited From SuiteEntryUpdateParams.suiteEntryType