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 69d95f6 commit 89b195dCopy full SHA for 89b195d
.github/workflows/test-browser-exp.yaml
@@ -50,7 +50,7 @@ jobs:
50
wait-for-it --service 127.0.0.1:8188 -t 600
51
working-directory: ComfyUI
52
- name: Install Playwright Browsers
53
- run: npx playwright install --with-deps
+ run: npx playwright install chromium --with-deps
54
working-directory: ComfyUI_frontend
55
- name: Run Playwright tests and update snapshots
56
id: playwright-tests
.github/workflows/test-ui.yaml
@@ -74,7 +74,7 @@ jobs:
74
npm test -- --verbose
75
76
77
78
79
- name: Run Playwright tests
80
run: npx playwright test
0 commit comments