Skip to content

Commit dd97cca

Browse files
committed
ci: add e2e test w/ playwright connection
1 parent 4802a2c commit dd97cca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,9 @@ jobs:
137137
./lightpanda serve & echo $! > LPD.pid
138138
node puppeteer/dump.js || exit 1
139139
kill `cat LPD.pid`
140+
141+
- name: run playwright connect
142+
run: |
143+
./lightpanda serve & echo $! > LPD.pid
144+
node playwright/connect.js || exit 1
145+
kill `cat LPD.pid`

0 commit comments

Comments
 (0)