1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 13:49:36 +01:00
This commit is contained in:
Janosch 2026-03-27 10:36:32 +01:00
parent c84629cc4e
commit 6a672705c2
4 changed files with 285 additions and 6 deletions

View file

@ -12,12 +12,12 @@ Konzept: [`docs/ui-testing-automation.md`](./docs/ui-testing-automation.md)
> Sofort umsetzbar, kein neues Setup nötig. Nutzt `ink-testing-library` + `vitest`.
> Ort: `frontend/apps/cli/src/__tests__/screens/`
- [ ] `__tests__/screens/` Verzeichnisstruktur anlegen (`masterdata/`, `production/`)
- [ ] `SupplierForm.test.tsx` TC-SUP-01 (Pflichtfelder), TC-SUP-02, TC-SUP-03 (leerer Name)
- [ ] `CategoryForm.test.tsx` TC-CAT-01 (Happy Path), TC-CAT-04 (Duplikat), TC-CAT-06 (leerer Name)
- [ ] `SupplierList.test.tsx` TC-SUP-06 (Filter/Suche)
- [ ] Bestehende 4 Tests (`ConfirmDialog`, `ErrorDisplay`, `SuccessDisplay`, `useRoles`) als Vorlage prüfen
- [ ] Alle neuen TUI-Tests laufen durch (`pnpm --filter @effigenix/cli test`)
- [x] `__tests__/screens/` Verzeichnisstruktur anlegen (`masterdata/`, `production/`)
- [x] `SupplierForm.test.tsx` TC-SUP-01 (Pflichtfelder), TC-SUP-02, TC-SUP-03 (leerer Name)
- [x] `CategoryForm.test.tsx` TC-CAT-01 (Happy Path), TC-CAT-04 (Duplikat), TC-CAT-06 (leerer Name)
- [x] `SupplierList.test.tsx` TC-SUP-06 (Filter/Suche)
- [x] Bestehende 4 Tests (`ConfirmDialog`, `ErrorDisplay`, `SuccessDisplay`, `useRoles`) als Vorlage prüfen
- [x] Alle neuen TUI-Tests laufen durch (`pnpm --filter @effigenix/cli test`)
---