Skip to content

Commit

Permalink
New tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-mae committed May 30, 2024
1 parent 3e3ba4f commit 5f2c2c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libwoff1 \
libvpx7 \
libevent-2.1-7 \
libopus0 \
gstreamer1.0-plugins-base \
gstreamer1.0-libav \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer1.0-tools \
libharfbuzz-icu0 \
libhyphen0 \
libmanette-0.2-0 \
flite1-dev \
libgles2 \
libx264-155
python -m pip install --upgrade pip
pip install -r requirements.txt
playwright install
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
playwright
pytest
pytest-playwright

0 comments on commit 5f2c2c6

Please sign in to comment.