re-uploading work
This commit is contained in:
13
web/src/api/models/TestStatus.ts
Normal file
13
web/src/api/models/TestStatus.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Test status enum
|
||||
*/
|
||||
export enum TestStatus {
|
||||
PASSED = 'passed',
|
||||
FAILED = 'failed',
|
||||
SKIPPED = 'skipped',
|
||||
ERROR = 'error',
|
||||
}
|
||||
Reference in New Issue
Block a user