1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 12:09:35 +01:00
This commit is contained in:
Janosch 2026-03-27 11:13:16 +01:00
parent 6a672705c2
commit e897f41a32
12 changed files with 129 additions and 31 deletions

View file

@ -50,6 +50,10 @@ test-frontend:
test-backend:
cd backend && mvn test
# E2E-Tests (Playwright API-Tests via Docker-Stack)
test-e2e:
docker compose -f test-automation/docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-runner
# ─── Code Generation ─────────────────────────────────────
# OpenAPI Spec + TypeScript Types generieren