feat: download test cases csv (#219)

This commit is contained in:
kimatata
2025-05-06 10:05:37 +09:00
committed by GitHub
parent a05b39604a
commit c2ef8d4c7b
11 changed files with 120 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ type CasesMessages = {
areYouSure: string;
delete: string;
newTestCase: string;
downloadCsv: string;
status: string;
noCasesFound: string;
caseTitle: string;