Skip to content

Commit

Permalink
npx playwright install-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent 170a9a5 commit 636ce0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# files needed for Browser Library Webkit
sudo apt install libgtk-3-0 libnss3 libasound2 libgbm-dev
sudo apt install -y gstreamer1.0-libav libnss3-tools libatk-bridge2.0-0 libcups2-dev libxkbcommon-x11-0 libxcomposite-dev libxrandr2
# sudo apt install -y libwoff1 libevent-2.1-7 libharfbuzz-icu0 libgstreamer-gl1.0-0
- name: "Ubuntu Xvfb"
if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand All @@ -60,6 +61,9 @@ jobs:
- name: Install Pip Requirements
run: pip install -r Regression_Tests/pip_requirements.txt

- name: Install playwright Requirements
run: npx playwright install-deps

- name: Run rfbrowser init for Browser Library
run: rfbrowser init

Expand Down

0 comments on commit 636ce0c

Please sign in to comment.