mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 15:29:34 +01:00
ok ok
This commit is contained in:
parent
061c2b4f8d
commit
5bc316ff31
6 changed files with 289 additions and 11 deletions
4
justfile
4
justfile
|
|
@ -54,6 +54,10 @@ test-backend:
|
|||
test-e2e:
|
||||
docker compose -f test-automation/docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-runner
|
||||
|
||||
# Playwright-Spec-Stub aus GitHub Issue generieren (z.B. just generate-test 65)
|
||||
generate-test ISSUE:
|
||||
cd test-automation/web-ui && pnpm exec tsx scripts/generate-tests-from-issue.ts {{ISSUE}}
|
||||
|
||||
# ─── Code Generation ─────────────────────────────────────
|
||||
|
||||
# OpenAPI Spec + TypeScript Types generieren
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue