Testing some of the new tests on Github action

This commit is contained in:
Karim shoair
2024-11-05 01:19:50 +02:00
parent bd612bb0e2
commit e594bba0c4
5 changed files with 80 additions and 3 deletions
+11
View File
@@ -44,6 +44,17 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Playwright Dependencies
run: |
pip install playwright
playwright install chromium
playwright install-deps chromium
- name: Install Camoufox Dependencies
run: |
pip install camoufox
python -m camoufox fetch --browserforge
- name: Run tests
env: ${{ matrix.env }}
run: |