mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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 \
|
||||
--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