Implemented test run editor's bulk test case selection
This commit is contained in:
@@ -16,4 +16,9 @@ type RunCaseType = {
|
||||
status: number;
|
||||
};
|
||||
|
||||
export { RunType, RunCaseType };
|
||||
type RunCaseInfoType = {
|
||||
runId: number;
|
||||
caseId: number;
|
||||
}
|
||||
|
||||
export { RunType, RunCaseType, RunCaseInfoType };
|
||||
|
||||
Reference in New Issue
Block a user