From 5f2c2c61c39e29d18191f508708bfc93451df23d Mon Sep 17 00:00:00 2001 From: joshua-mae <86929441+joshua-mae@users.noreply.github.com> Date: Thu, 30 May 2024 19:01:15 -0400 Subject: [PATCH] New tests fix --- .github/workflows/playwright.yml | 18 ++++++++++++++++++ requirements.txt | 1 + 2 files changed, 19 insertions(+) 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