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 9057f61 commit fcff577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ 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
RUN rfbrowser init \
&& npx playwright install-deps

# 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 fcff577

Please sign in to comment.