mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
Tests: Pass WPT certificate to WebDriver when running CI tests
This commit is contained in:
parent
ff9eb62f3d
commit
2819067370
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ python3 ./wpt/wpt run ladybird \
|
||||||
--include-manifest include.ini \
|
--include-manifest include.ini \
|
||||||
--metadata ./metadata \
|
--metadata ./metadata \
|
||||||
--manifest ./MANIFEST.json \
|
--manifest ./MANIFEST.json \
|
||||||
|
--webdriver-arg="--certificate=${PWD}/wpt/tools/certs/cacert.pem" \
|
||||||
|
--webdriver-arg="--certificate=${SERENITY_SOURCE_DIR}/Build/lagom/cacert.pem" \
|
||||||
--log-raw "${wpt_run_log_filename}"
|
--log-raw "${wpt_run_log_filename}"
|
||||||
|
|
||||||
# Update expectations metadata files if requested
|
# Update expectations metadata files if requested
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue