TestRunStep
Interface: TestRunStep
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:85
Properties
| Property | Type | Defined in |
|---|---|---|
executedAt? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:90 |
logs? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:88 |
status | TestStatus | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:87 |
stepId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:86 |
userOverride? | boolean | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:89 |