We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f071f83 commit 343861bCopy full SHA for 343861b
1 file changed
.github/workflows/devRun.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Playwright Browsers
41
run: |
42
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
43
- npx playwright@$PLAYWRIGHT_VERSION install --with-deps
+ npx playwright@$PLAYWRIGHT_VERSION install --with-deps --browser=chromium
44
45
- name: Test with pytest
46
0 commit comments