Skip to content

New tests fix

New tests fix #11

Workflow file for this run

name: Playwright Tests
on: [push, pull_request]
jobs:
Personal-Page-Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- 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
- name: Run Playwright tests
run: |
pytest playwright-tests/