From 1c5a7cd31b932e9a532ff090c1dd2073967a272c Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Thu, 15 Aug 2024 23:22:32 +0100 Subject: [PATCH] Documentation: Recommend enabling Qt chrome when running WPT on MacOS --- Documentation/RunningTests.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md index f28ac8e851d..7f46bea7efe 100644 --- a/Documentation/RunningTests.md +++ b/Documentation/RunningTests.md @@ -73,6 +73,13 @@ CTEST_OUTPUT_ON_FAILURE=1 LADYBIRD_SOURCE_DIR=${PWD}/../.. ninja test The Web Platform Tests can be run with the `WPT.sh` script. This script can also be used to compare the results of two test runs. +Enabling the Qt chrome is recommended when running the Web Platform Tests on MacOS. This can be done by running the +following command: + +```sh +cmake -GNinja Build/ladybird -DENABLE_QT=ON +``` + Example usage: ```sh