Skip to content

Commit 5155c49

Browse files
authored
fix: Update playwright.yml (#555)
Adds log output to browser install section, to determine why browser caching is not working as expected.
1 parent 6f5ceee commit 5155c49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104

105105
- name: Install Playwright browsers with OS dependencies
106106
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
107110

108111
- name: Run All Playwright Tests
109112
run: npx playwright test e2e/samples.spec.ts

0 commit comments

Comments
 (0)