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

@@ -188,7 +188,7 @@
"close": "Close",
"are_you_sure": "Are you sure you want to delete test cases?",
"new_test_case": "New Test Case",
"download_csv": "Download CSV",
"export": "Export",
"status": "Status",
"no_cases_found": "No test cases found",
"case_title": "Test Case Title",
@@ -254,6 +254,7 @@
"updating": "Updating...",
"update": "Update",
"updated_test_run": "Updated test run",
"export": "Export",
"progress": "Progress",
"refresh": "Refresh",
"id": "ID",

View File

@@ -189,7 +189,7 @@
"close": "閉じる",
"are_you_sure": "テストケースを削除してもよろしいですか?",
"new_test_case": "新規テストケース",
"download_csv": "CSVダウンロード",
"export": "エクスポート",
"status": "ステータス",
"no_cases_found": "テストケースがありません",
"case_title": "テストケースタイトル",
@@ -255,6 +255,7 @@
"updating": "更新中...",
"update": "更新",
"updated_test_run": "テストランを更新しました",
"export": "エクスポート",
"progress": "進捗",
"refresh": "再読み込み",
"id": "ID",