Skip to main content

ICreateCaseParams

@codebolt/types


Interface: ICreateCaseParams

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:147

Properties

PropertyTypeDefined in
description?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:150
keystringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:148
labels?string[]common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:152
namestringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:149
priority?"low" | "high" | "medium" | "automated"common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:153
steps{ content: string; order?: number; }[]common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:151
type?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:154