IUpdateRunStepParams
Interface: IUpdateRunStepParams
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:203
Properties
| Property | Type | Defined in |
|---|---|---|
caseId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:205 |
logs? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:208 |
runId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:204 |
status | TestStatus | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:207 |
stepId | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:206 |
userOverride? | boolean | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:209 |