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 c1821c9 commit 5d7487fCopy full SHA for 5d7487f
.github/workflows/playwright.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: npm run install-dependencies
18
- name: Install Playwright Browsers
19
- run: npm exec playwright install --with-deps
+ run: npm exec playwright install --with-deps chromium
20
- name: Run Playwright tests
21
run: npm run e2e-tests
22
- uses: actions/upload-artifact@v4
0 commit comments