We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b6d6c commit 61f56baCopy full SHA for 61f56ba
.github/workflows/ci-cd.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run Playwright Tests
51
id: test
52
run: |
53
- npx playwright install
+ npx playwright install --with-deps
54
npx playwright test --reporter=html
55
env:
56
CI: true
0 commit comments