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 87bcc0c commit 00720f4Copy full SHA for 00720f4
.github/workflows/ci.yml
@@ -44,7 +44,9 @@ jobs:
44
45
- name: Run Node.js tests
46
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
+
+ - name: Install Playwright Browsers
+ run: pnpm exec playwright install --with-deps chromium firefox webkit
51
+ - name: Run Playwright Browser Tests
52
+ run: pnpm run test-browser-all
0 commit comments