Tests: Pass WPT certificate to WebDriver when running CI tests

This commit is contained in:
Andrew Kaster 2024-02-13 12:29:35 -07:00 committed by Andreas Kling
parent ff9eb62f3d
commit 2819067370

View file

@ -68,6 +68,8 @@ python3 ./wpt/wpt run ladybird \
--include-manifest include.ini \
--metadata ./metadata \
--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}"
# Update expectations metadata files if requested