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 00786cb commit f5b6b02Copy full SHA for f5b6b02
.github/workflows/test.yml
@@ -30,6 +30,9 @@ jobs:
30
shot-scraper install
31
shot-scraper install -b firefox
32
shot-scraper install -b webkit
33
+ - name: Test Playwright startup time
34
+ run: |
35
+ time python -c "from playwright.sync_api import sync_playwright; p = sync_playwright().start(); b = p.chromium.launch(); b.close(); p.stop(); print('OK')"
36
- name: Run tests
37
run: |
38
pytest -vv
0 commit comments