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 6f5ceee commit 5155c49Copy full SHA for 5155c49
.github/workflows/playwright.yml
@@ -104,6 +104,9 @@ jobs:
104
105
- name: Install Playwright browsers with OS dependencies
106
run: npx playwright install --with-deps
107
+ env:
108
+ DEBUG: pw:install # Enable Playwright's own install verbose logging
109
+ PLAYWRIGHT_BROWSERS_PATH: ~/.cache/ms-playwright # Explicitly set, though it's the default on Linux
110
111
- name: Run All Playwright Tests
112
run: npx playwright test e2e/samples.spec.ts
0 commit comments