Fix Playwright E2E tests - Alpine container incompatibility #12
Reference in New Issue
Block a user
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?
Summary
Playwright E2E tests fail because the frontend container is Alpine-based and doesn't support Playwright browsers out of the box.
Error
Root Cause
npx playwright install --with-depstries to use apt-get (not available in Alpine)Acceptance Criteria
Related