mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
allow insecure TLS when running WPT tests
This commit is contained in:
2
.github/workflows/wpt.yml
vendored
2
.github/workflows/wpt.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./wpt serve & echo $! > WPT.pid
|
./wpt serve & echo $! > WPT.pid
|
||||||
sleep 10s
|
sleep 10s
|
||||||
./lightpanda serve & echo $! > LPD.pid
|
./lightpanda serve --insecure_disable_tls_host_verification --log_level error & echo $! > LPD.pid
|
||||||
sleep 1s
|
sleep 1s
|
||||||
./wptrunner -json -concurrency 2 > wpt.json
|
./wptrunner -json -concurrency 2 > wpt.json
|
||||||
kill `cat WPT.pid` `cat LPD.pid`
|
kill `cat WPT.pid` `cat LPD.pid`
|
||||||
|
|||||||
@@ -327,7 +327,7 @@ First start the WPT's HTTP server from your `wpt/` clone dir.
|
|||||||
Run a Lightpanda browser
|
Run a Lightpanda browser
|
||||||
|
|
||||||
```
|
```
|
||||||
zig build run
|
zig build run -- --insecure_disable_tls_host_verification
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can start the wptrunner from the Demo's clone dir:
|
Then you can start the wptrunner from the Demo's clone dir:
|
||||||
|
|||||||
Reference in New Issue
Block a user