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