TestRunCase
Interface: TestRunCase
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:93
Properties
| Property | Type | Defined in |
|---|---|---|
completedAt? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:99 |
startedAt? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:98 |
status | TestStatus | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:95 |
steps | TestRunStep[] | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:96 |
testCaseId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:94 |
userOverride? | boolean | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:97 |