We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e3dcc commit b56fea2Copy full SHA for b56fea2
.github/docker/playwright.Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && \
20
# Install Playwright browsers and their OS-level dependencies.
21
# `npx playwright install --with-deps` installs both browsers and
22
# any missing system libraries (libglib, libatk, libnss, etc.).
23
-RUN npx playwright@${PLAYWRIGHT_VERSION} install --with-deps
+RUN npx playwright@${PLAYWRIGHT_VERSION} install chromium webkit firefox --with-deps
24
25
# Mark GitHub Actions workspace as safe for git.
26
# The container runs as root but the workspace is owned by a different user,
0 commit comments