Skip to content

Commit 1350de5

Browse files
committed
ci: add playwright e2e tests to CI workflow
1 parent eab3272 commit 1350de5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: jdx/mise-action@v3
1515
- run: pnpm install
16+
- run: pnpm exec playwright install --with-deps chromium webkit
1617
- run: pnpm test
18+
- run: pnpm run test:pw
1719
- name: Validate build pipeline (inject mode, no ttyd needed)
1820
run: echo '<html><head></head><body></body></html>' | npx tsx cli.ts inject > /dev/null
1921
- run: pnpm run check

0 commit comments

Comments
 (0)