1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 11:59:35 +01:00
This commit is contained in:
Janosch 2026-03-27 11:26:06 +01:00
parent e897f41a32
commit 061c2b4f8d
14 changed files with 1293 additions and 18 deletions

View file

@ -45,17 +45,18 @@ Konzept: [`docs/ui-testing-automation.md`](./docs/ui-testing-automation.md)
> Alle manual-testing Issues und Feature-Stories als Playwright-Specs.
- [ ] `tests/api/masterdata/customers.spec.ts` TC-CUS, Issue #65
- [ ] `tests/api/masterdata/contracts.spec.ts` TC-B2B, Issue #66
- [ ] `tests/api/masterdata/articles.spec.ts` TC-ART, Issue #64
- [ ] `tests/api/auth/authorization.spec.ts` TC-AUTH, Issue #67
- [ ] `tests/api/production/orders.spec.ts` US-P13P17, Issues #38#42
- [ ] `tests/api/production/batches.spec.ts` US-P09P12, Issues #33#36
- [ ] `tests/api/production/recipes.spec.ts` US-P02P08, Issues #26#32
- [ ] `tests/api/production/traceability.spec.ts` US-P18P19, Issues #43#44
- [ ] `tests/api/inventory/stock.spec.ts` Story 2.x6.x, Issues #4#20
- [ ] `tests/api/inventory/movements.spec.ts`
- [ ] `tests/api/inventory/reservations.spec.ts`
- [x] `tests/api/masterdata/customers.spec.ts` TC-CUS, Issue #65
- [x] `tests/api/masterdata/contracts.spec.ts` TC-B2B, Issue #66
- [x] `tests/api/masterdata/articles.spec.ts` TC-ART, Issue #64
- [x] `tests/api/auth/authorization.spec.ts` TC-AUTH, Issue #67 (erweitert auf 7 TCs)
- [x] `tests/api/production/orders.spec.ts` US-P13P17, Issues #38#42
- [x] `tests/api/production/batches.spec.ts` US-P09P12, Issues #33#36
- [x] `tests/api/production/recipes.spec.ts` US-P02P08, Issues #26#32
- [x] `tests/api/production/traceability.spec.ts` US-P18P19, Issues #43#44
- [x] `tests/api/inventory/stock.spec.ts` Story 2.x6.x, Issues #4#20
- [x] `tests/api/inventory/movements.spec.ts`
- [x] `tests/api/inventory/reservations.spec.ts`
- [x] `tests/api/inventory/inventory-counts.spec.ts`
- [ ] Test-Generierungs-Skript (`scripts/generate-tests-from-issue.ts`) finalisieren
- [ ] Skript in `justfile` als `just generate-test <issue-nr>` integrieren
- [ ] Alle Specs im Docker-Stack grün