Skip to content

Commit fd6aa6e

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,10 @@ 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+
python3 -m http.server 1234 -d ./public & echo $! > PYTHON.pid
144+
./lightpanda serve & echo $! > LPD.pid
145+
node playwright/connect.js || exit 1
146+
kill `cat LPD.pid` `cat PYTHON.pid`

0 commit comments

Comments
 (0)