TestRun
Interface: TestRun
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:102
Properties
| Property | Type | Defined in |
|---|---|---|
completedAt? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:110 |
createdAt | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:108 |
id | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:103 |
name | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:105 |
status | TestRunStatus | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:106 |
testCases | TestRunCase[] | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:107 |
testSuiteId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:104 |
updatedAt | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:109 |