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
CY
a065c1800f
feat: Move language option to profile setting ( #387 )
2026-02-26 23:51:12 +09:00
kimatata
a9674c81ab
feat: comment to test run's case ( #390 )
2026-02-23 12:26:07 +09:00
Eliezer Castro
1ebf1a1572
feat(tags): add tags to test cases ( #299 )
2025-10-16 07:18:09 +09:00
kimatata
761869736e
chore: Unify backend express project into ESM ( #281 )
2025-09-15 22:46:46 +09:00
Eliezer Castro
424b1bdbc7
feat: nested folders ( #266 )
2025-08-06 22:26:38 +09:00
kimatata
9ae67fd303
fix: eslint warnings ( #252 )
2025-07-20 10:59:57 +09:00
kimatata
ed1e90c714
fix: cannot upload attachment files in docker ( #241 )
2025-07-12 16:48:56 +09:00
Takeshi Kimata
919556c7be
fix: seed user data column name ( #87 )
2024-10-26 10:58:04 +09:00
Nipe
4dfcff6971
Using Table and column naming convention ( #68 )
...
* feat(backend): using sqlstyle naming conventions
* fix: using sql conventions
2024-10-26 10:39:45 +09:00
Takeshi Kimata
abf2d48bee
Project member management
2024-05-29 23:12:38 +09:00
Takeshi Kimata
3ce68ebd30
Cretate delete project confirm dialog
2024-05-26 14:46:00 +09:00
Takeshi Kimata
7a0bb63e7b
Make project table associated with the user
2024-05-22 22:33:21 +09:00
Takeshi Kimata
75eeebefda
Introduce prettier
2024-05-19 21:04:45 +09:00
Takeshi Kimata
8103297dae
Implement Auth
2024-05-17 23:30:13 +09:00
Takeshi Kimata
aa35d28801
Implemented test run editor's test case selection
2024-04-13 23:36:52 +09:00
Takeshi Kimata
8a2ca8c563
Create Home tab
2024-03-20 20:09:06 +09:00
Takeshi Kimata
afb58585fa
create attachment file table
2024-03-16 21:14:59 +09:00
Takeshi Kimata
0481e91277
Delete Step
2024-03-09 14:10:53 +09:00
Takeshi Kimata
003e3e05fe
create caseSteps
2024-03-02 15:41:43 +09:00
Takeshi Kimata
22c951db07
create steps
2024-02-29 20:47:46 +09:00
Takeshi Kimata
291bad6d56
create cases table
2024-02-12 18:47:39 +09:00
Takeshi Kimata
b23922c8e5
create runs table
2024-02-12 17:36:50 +09:00
Takeshi Kimata
197a011c4c
create folders table
2024-02-12 12:20:37 +09:00
Takeshi Kimata
bad8f4ccb4
db access by sequalize
2024-02-04 21:32:16 +09:00
Takeshi Kimata
45f64df1f9
set up sqlite
2024-02-04 18:38:48 +09:00