Skip to content

Commit 5b25ae7

Browse files
committed
ci: add request interception through proxy test
1 parent e000664 commit 5b25ae7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ jobs:
108108
go run runner/main.go
109109
kill `cat LPD.pid` `cat PROXY.id`
110110
111+
- name: run request interception through proxy
112+
run: |
113+
export PROXY_USERNAME=username PROXY_PASSWORD=password
114+
./proxy/proxy & echo $! > PROXY.id
115+
./lightpanda serve & echo $! > LPD.pid
116+
node puppeteer/proxy_auth.js
117+
node playwright/proxy_auth.js
118+
kill `cat LPD.pid` `cat PROXY.id`
119+
111120
cdp-and-hyperfine-bench:
112121
name: cdp-and-hyperfine-bench
113122
needs: zig-build-release

0 commit comments

Comments
 (0)