We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88236c commit 70c2c16Copy full SHA for 70c2c16
.github/workflows/patchright_tests.yml
@@ -65,5 +65,5 @@ jobs:
65
66
- name: Run Chromium Tests
67
run: |
68
- pytest --browser=chromium --disable-warnings --timeout 90 tests/sync/
69
- pytest --browser=chromium --disable-warnings --timeout 90 tests/async/
+ xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/sync/
+ xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/async/
0 commit comments