Tests: Pass WPT certificate to WebDriver when running CI tests
This commit is contained in:
parent
ff9eb62f3d
commit
2819067370
Notes:
sideshowbarker
2024-07-17 01:12:07 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/2819067370 Pull-request: https://github.com/SerenityOS/serenity/pull/23186
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue