You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: switch again because playwright does not manage proper install into alpine images, better to rely on official package even if version not aligned exactly
# We use `npx` to install browsers needed to avoid using `npm run playwright install --with-deps chromium` since we build as standalone the entire application and we no longer want to rely application `node_modules` folder
64
-
RUN npx --yes playwright@${PLAYWRIGHT_VERSION} install --with-deps chromium
0 commit comments