diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1db30fa..ad554db 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 0636edd..9af80fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ playwright pytest +pytest-playwright \ No newline at end of file