Skip to content

Commit

Permalink
Issue #462 - Upgrade the Robot Framework Browser Library to version 1…
Browse files Browse the repository at this point in the history
…8.0.0

* Fixed a missing dependency required by Playwright
  • Loading branch information
ppodgorsek committed Feb 7, 2024
1 parent fcff577 commit 1c0b28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN dnf upgrade -y --refresh \
&& dnf install -y \
chromedriver-${CHROMIUM_VERSION}* \
chromium-${CHROMIUM_VERSION}* \
dbus-devel \
firefox-${FIREFOX_VERSION}* \
gcc \
gcc-c++ \
Expand Down Expand Up @@ -137,8 +138,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
ENV PATH=/opt/microsoft/msedge:$PATH

# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
RUN rfbrowser init \
&& npx playwright install-deps
RUN rfbrowser init

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

0 comments on commit 1c0b28f

Please sign in to comment.