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 4802a2c commit dd97ccaCopy full SHA for dd97cca
.github/workflows/e2e-test.yml
@@ -137,3 +137,9 @@ jobs:
137
./lightpanda serve & echo $! > LPD.pid
138
node puppeteer/dump.js || exit 1
139
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