fix(cicd): E2E-CI haengt wegen Playwright HTML Reporter nach Testende #244
Labels
No labels
component/backend
component/docs
component/e2e
component/frontend
component/infra
component/keycloak
prio/high
prio/low
prio/medium
type/bug
type/chore
type/feature
type/refactor
type/test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WompSchmiede/FamilienFeierPlaner#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Die CICD-Pipeline haengt im E2E-Schritt, weil der Playwright HTML Reporter nach Testende einen lokalen Webserver startet (
Serving HTML report at http://localhost:9323. Press Ctrl+C to quit.) und auf manuelles Beenden wartet.Der
npx playwright test-Aufruf inscripts/docker-test.mjsterminiert daher nie, und derdocker compose run --rm-Befehl wartet endlos.Loesung:
--reporter=listan den Playwright-Befehl uebergeben, um den HTML-Reporter zu ueberschreiben.