Skip to content

Commit 53aa630

Browse files
configure playwright for tests
1 parent d0dfbde commit 53aa630

File tree

2 files changed

+766
-481
lines changed

2 files changed

+766
-481
lines changed

.github/workflows/test-isolated.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
- name: Install
5353
run: pnpm install
5454

55+
- name: Configure Playwright
56+
run: |
57+
pnpm exec playwright install-deps
58+
pnpm exec playwright install
59+
5560
- name: Build Packages
5661
run: pnpm build:packages
5762

0 commit comments

Comments
 (0)