re-uploading work
This commit is contained in:
24
web/src/api/models/PackTestSummary.ts
Normal file
24
web/src/api/models/PackTestSummary.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { i64 } from './i64';
|
||||
/**
|
||||
* Pack test summary view
|
||||
*/
|
||||
export type PackTestSummary = {
|
||||
durationMs: number;
|
||||
failed: number;
|
||||
packId: i64;
|
||||
packLabel: string;
|
||||
packRef: string;
|
||||
packVersion: string;
|
||||
passRate: number;
|
||||
passed: number;
|
||||
skipped: number;
|
||||
testExecutionId: i64;
|
||||
testTime: string;
|
||||
totalTests: number;
|
||||
triggerReason: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user