feat: tag filtering functionality for test cases (#324)

This commit is contained in:
Eliezer Castro
2025-11-08 10:30:50 -03:00
committed by GitHub
parent 0575c928e8
commit 12b5a1babe
10 changed files with 150 additions and 25 deletions

View File

@@ -95,6 +95,7 @@ type CasesMessages = {
casesMoved: string;
tags: string;
casesCloned: string;
selectTags: string;
};
type CaseMessages = {