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 1c3bbb5 commit 3d51138Copy full SHA for 3d51138
.github/workflows/devRun.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Playwright Browsers
29
run: |
30
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
31
- npx playwright install@$PLAYWRIGHT_VERSION --with-deps
+ npx playwright@$PLAYWRIGHT_VERSION install --with-deps
32
- name: Test with pytest
33
34
source .venv/bin/activate
0 commit comments