Skip to content

Commit 00720f4

Browse files
committed
Run browser tests in CI
1 parent 87bcc0c commit 00720f4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444

4545
- name: Run Node.js tests
4646
run: pnpm test
47-
48-
# Browser tests with Playwright can be run with: pnpm run test-browser-all
49-
# Note: Browser tests require Playwright browsers to be installed first:
50-
# pnpm exec playwright install --with-deps chromium firefox webkit
47+
48+
- name: Install Playwright Browsers
49+
run: pnpm exec playwright install --with-deps chromium firefox webkit
50+
51+
- name: Run Playwright Browser Tests
52+
run: pnpm run test-browser-all

0 commit comments

Comments
 (0)