Merge pull request #1739 from lightpanda-io/wpt-procs

wpt: use a pool of browser to run tests
This commit is contained in:
Pierre Tachoire
2026-03-09 08:29:16 +01:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ jobs:
run: | run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid ./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 10s sleep 10s
./wptrunner -lpd-path ./lightpanda -json -concurrency 6 > wpt.json ./wptrunner -lpd-path ./lightpanda -json -concurrency 10 -pool 3 > wpt.json
kill `cat WPT.pid` kill `cat WPT.pid`
- name: write commit - name: write commit