mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 12:09:35 +01:00
phase 1
This commit is contained in:
parent
6a672705c2
commit
e897f41a32
12 changed files with 129 additions and 31 deletions
4
justfile
4
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue