mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
ci: add e2e test w/ playwright connection
This commit is contained in:
7
.github/workflows/e2e-test.yml
vendored
7
.github/workflows/e2e-test.yml
vendored
@@ -137,3 +137,10 @@ jobs:
|
|||||||
./lightpanda serve & echo $! > LPD.pid
|
./lightpanda serve & echo $! > LPD.pid
|
||||||
node puppeteer/dump.js || exit 1
|
node puppeteer/dump.js || exit 1
|
||||||
kill `cat LPD.pid`
|
kill `cat LPD.pid`
|
||||||
|
|
||||||
|
- name: run playwright connect
|
||||||
|
run: |
|
||||||
|
python3 -m http.server 1234 -d ./public & echo $! > PYTHON.pid
|
||||||
|
./lightpanda serve & echo $! > LPD.pid
|
||||||
|
node playwright/connect.js || exit 1
|
||||||
|
kill `cat LPD.pid` `cat PYTHON.pid`
|
||||||
|
|||||||
Reference in New Issue
Block a user