Skip to content

Commit fcff577

Browse files
committed
Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0
* Fixed a missing dependency required by Playwright
1 parent 9057f61 commit fcff577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
137137
ENV PATH=/opt/microsoft/msedge:$PATH
138138

139139
# 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
140+
RUN rfbrowser init \
141+
&& npx playwright install-deps
141142

142143
# Create the default report and work folders with the default user to avoid runtime issues
143144
# These folders are writeable by anyone, to ensure the user can be changed on the command line.

0 commit comments

Comments
 (0)