LittleYellow
02fa631f02
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 >
2026-06-24 07:01:44 +08:00
kimatata
a9674c81ab
feat: comment to test run's case ( #390 )
2026-02-23 12:26:07 +09:00
kimatata
34135209d9
feat: Test run detail pane ( #381 )
2026-01-12 23:27:34 +09:00
kimatata
805c1f50b6
feat: Add filter on test run page ( #358 )
2025-12-07 13:26:14 +09:00
kimatata
0faa5f0be2
feat: export test run result ( #220 )
2025-05-06 20:31:47 +09:00
Takeshi Kimata
1ab7bf9c1b
chore: show toast message when update test run/case ( #25 )
2024-09-07 18:19:47 +09:00
Takeshi Kimata
c60491db09
fix: Typescript check ( #21 )
...
* fix: typescript check error
* fix: typescript check error
* fix: typescript check error
* fix: typescript check error
* fix: typescript check error
2024-07-28 00:20:24 +09:00
Takeshi Kimata
5f095e1cf3
feat: test case detail dialog
2024-07-21 21:42:02 +09:00
Takeshi Kimata
1751dd69a2
refactor: test types messages duplication
2024-07-21 14:49:08 +09:00
Takeshi Kimata
74bb379c1a
refactor: priority messages duplication
2024-07-21 13:59:49 +09:00
Takeshi Kimata
cbdd0cb1d4
feat: test case detail dialog
2024-07-21 10:44:41 +09:00
Takeshi Kimata
6f562f3532
update runCase at once
2024-07-07 22:45:40 +09:00
Takeshi Kimata
5ae4417c23
Create run dialog
2024-05-26 22:02:14 +09:00
Takeshi Kimata
1bab870239
Create delete run confirm dialog
2024-05-26 21:17:41 +09:00
Takeshi Kimata
75eeebefda
Introduce prettier
2024-05-19 21:04:45 +09:00
Takeshi Kimata
47457e45f4
Display information of project on home tab
2024-05-06 19:02:29 +09:00
Takeshi Kimata
ac9af2d604
Apply i18n
2024-05-05 21:20:56 +09:00
Takeshi Kimata
03560f8d17
Apply i18n
2024-05-05 20:35:17 +09:00
Takeshi Kimata
ce078bb132
Apply i18n
2024-05-05 18:39:05 +09:00
Takeshi Kimata
520f6a98dd
Apply i18n
2024-05-04 16:15:29 +09:00
Takeshi Kimata
7af70399a1
Apply test run status to progress donut chart
2024-04-28 12:26:03 +09:00
Takeshi Kimata
d6cba787e2
Implemented test run editor's bulk test case selection
2024-04-21 12:28:30 +09:00
Takeshi Kimata
e8376c07ef
Implemented test run editor's test case selection
2024-04-20 23:26:47 +09:00
Takeshi Kimata
42ab034a59
Implemented test run deletion
2024-04-13 13:33:05 +09:00
Takeshi Kimata
4b2608d176
Create test run editor
2024-04-13 00:18:11 +09:00
Takeshi Kimata
b0c2168463
create runs list page
2024-04-07 19:03:43 +09:00