Testing some of the new tests on Github action
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user