Skip to content

Commit ffc7388

Browse files
fix: install webkit browser for Playwright tests
The playwright.config.js uses webkit, not chromium. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f49c0ed commit ffc7388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Install Playwright browsers
159159
working-directory: ./src-tauri/dist
160-
run: npx playwright install --with-deps chromium
160+
run: npx playwright install --with-deps webkit
161161

162162
- name: Run Playwright tests
163163
working-directory: ./src-tauri/dist

0 commit comments

Comments
 (0)