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 9057f61 commit fcff577Copy full SHA for fcff577
Dockerfile
@@ -137,7 +137,8 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
137
ENV PATH=/opt/microsoft/msedge:$PATH
138
139
# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
140
-RUN rfbrowser init
+RUN rfbrowser init \
141
+ && npx playwright install-deps
142
143
# Create the default report and work folders with the default user to avoid runtime issues
144
# These folders are writeable by anyone, to ensure the user can be changed on the command line.
0 commit comments