Skip to content

Commit d7f8a7a

Browse files
ntottenclaude
andcommitted
Install Playwright browsers in CI for web tests
The web extension tests use @vscode/test-web which requires Playwright to run browser-based tests. Add explicit Playwright chromium installation step before running web tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f6529d3 commit d7f8a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
node-version-file: ".nvmrc"
5252
- uses: pnpm/action-setup@v4
5353
- run: pnpm install
54+
- run: pnpm exec playwright install chromium
5455
- run: pnpm test:web
5556
package:
5657
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)