feat: import test cases UI using Excel (#339)

This commit is contained in:
kimatata
2025-11-22 10:32:18 +09:00
committed by GitHub
parent 7db464e28b
commit b986f39c42
13 changed files with 263 additions and 76 deletions

View File

@@ -97,6 +97,14 @@ type CasesMessages = {
tags: string;
casesCloned: string;
selectTags: string;
import: string;
importCases: string;
importAvailable: string;
downloadTemplate: string;
clickToUpload: string;
orDragAndDrop: string;
maxFileSize: string;
casesImported: string;
};
type CaseMessages = {