瀏覽代碼

Documentation: Recommend enabling Qt chrome when running WPT on MacOS

Tim Ledbetter 11 月之前
父節點
當前提交
1c5a7cd31b
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Documentation/RunningTests.md

+ 7 - 0
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