feat: upload test record attachments per run case
Allow testers to attach evidence files to a single test case within a specific test run, proving the test was actually executed. Attachments are scoped to the RunCase (per-execution), not the shared case definition. Backend: - runCaseAttachments join table + model (CASCADE on runCase/attachment) - POST/GET /runcaseattachments routes (reuse /attachments download+delete) Frontend: - new "Test record" tab in the run case detail pane with drag-and-drop upload, scoped to reporters; i18n for all 6 locales Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -362,7 +362,13 @@
|
||||
"no_case_selected": "未選擇測試案例",
|
||||
"case_detail": "測試案例詳情",
|
||||
"comments": "留言",
|
||||
"history": "歷史"
|
||||
"history": "歷史",
|
||||
"test_record": "測試紀錄",
|
||||
"download": "下載",
|
||||
"delete": "刪除",
|
||||
"click_to_upload": "點擊上傳",
|
||||
"or_drag_and_drop": " 或將檔案拖曳至此處",
|
||||
"max_file_size": "檔案大小上限"
|
||||
},
|
||||
"Comments": {
|
||||
"comments": "留言",
|
||||
|
||||
Reference in New Issue
Block a user