Apply test run status to progress donut chart
This commit is contained in:
@@ -19,6 +19,11 @@ type RunCaseType = {
|
||||
type RunCaseInfoType = {
|
||||
runId: number;
|
||||
caseId: number;
|
||||
}
|
||||
};
|
||||
|
||||
export { RunType, RunCaseType, RunCaseInfoType };
|
||||
type RunStatusCountType = {
|
||||
status: number;
|
||||
count: number;
|
||||
};
|
||||
|
||||
export { RunType, RunCaseType, RunCaseInfoType, RunStatusCountType };
|
||||
|
||||
Reference in New Issue
Block a user