TestCase
Interface: TestCase
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:62
Properties
| Property | Type | Defined in |
|---|---|---|
archivedAt? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:73 |
createdAt | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:71 |
description? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:66 |
id | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:63 |
key | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:64 |
labels? | string[] | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:68 |
name | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:65 |
priority? | "low" | "high" | "medium" | "automated" | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:69 |
steps | TestStep[] | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:67 |
type? | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:70 |
updatedAt | string | common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:72 |