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 57532ba commit 587e649Copy full SHA for 587e649
.github/workflows/run-pytest.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: poetry install --no-interaction
25
26
- name: 🕸️ Ensure browsers are installed
27
- run: poetry run playwright install
+ run: poetry run playwright install --with-deps
28
29
- name: 🧪 Run tests
30
run: poetry run pytest --github-report -vvv --browser webkit --browser chromium --browser firefox
0 commit comments