feat: Add filter on test run page (#358)

This commit is contained in:
kimatata
2025-12-07 13:26:14 +09:00
committed by GitHub
parent 3badfb1cad
commit 805c1f50b6
11 changed files with 428 additions and 61 deletions

View File

@@ -80,6 +80,15 @@ type RunMessages = {
expectedResult: string;
detailsOfTheStep: string;
close: string;
filter: string;
clearAll: string;
apply: string;
selectStatus: string;
pleaseSave: string;
caseTitleOrDescription: string;
selected: string;
tags: string;
selectTags: string;
};
export type { RunType, RunCaseType, RunStatusCountType, ProgressSeriesType, RunsMessages, RunMessages };