Skip to content

Commit

Permalink
Documentation: Recommend enabling Qt chrome when running WPT on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 committed Aug 15, 2024
1 parent f7aeec4 commit 8869739
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/RunningTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8869739

Please sign in to comment.