feat: export test run result (#220)

This commit is contained in:
kimatata
2025-05-06 20:31:47 +09:00
committed by GitHub
parent c2ef8d4c7b
commit 0faa5f0be2
19 changed files with 488 additions and 55 deletions

View File

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

View File

@@ -57,6 +57,7 @@ type RunMessages = {
updating: string;
update: string;
updatedTestRun: string;
export: string;
progress: string;
refresh: string;
id: string;