@@ -19,12 +19,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e .
|
||||
pip install playwright
|
||||
pip install playwright pytest-xdist
|
||||
python -m playwright install chromium --with-deps
|
||||
|
||||
- name: Run integration tests
|
||||
run: |
|
||||
python -m pytest tests/ -v --tb=line -x
|
||||
python -m pytest tests/ -n auto -v --tb=line -x
|
||||
|
||||
- name: Upload test screenshots
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user