@@ -15,7 +15,7 @@ to run it manually you can find it on any of this paths:
1515* Debian or Ubuntu: ` /usr/lib/${TRIPLET}/wpe-webkit-${APIVERSION}/MiniBrowser `
1616 * Note: ` ${TRIPLET} ` is the output of the command ` gcc -dumpmachine `
1717
18- # Nightly universal bundle
18+ ## Nightly universal bundle
1919
2020Alternatively you can pass to ` wpt ` the flags ` --install-browser --channel=nightly `
2121and then ` wpt ` will automatically download the last bundle and unpack it on the
@@ -30,7 +30,7 @@ If you are using proprietary graphics drivers (NVIDIA, AMDGPU PRO, etc) and you
3030issues with this bundle then a possible workaround is to try to run the tests in
3131headless mode, for that pass the flag ` --headless ` to ` wpt `
3232
33- # Headless mode
33+ ## Headless mode
3434
3535The WPE MiniBrowser needs a Wayland display to run, but if you don't have one
3636or you want to enable headless mode you can pass the flag ` --headless ` to ` wpt ` .
@@ -40,7 +40,7 @@ Example:
4040./wpt run [more-options] --headless wpewebkit_minibrowser [tests-to-run]
4141```
4242
43- # Using a custom WPE WebKit build
43+ ## Using a custom WPE WebKit build
4444
4545If you want to test with a custom WPE WebKit build the easiest way is that you
4646install this build in a temporary directory (` /tmp/wpetest ` in this example),
@@ -64,7 +64,7 @@ Note: It is important that you build WPE WebKit against the libraries of your sy
6464Do not build WPE WebKit inside Flatpak or other container unless you run ` wpt ` also
6565from inside this container.
6666
67- # Running tests locally
67+ ## Running tests locally
6868
6969Is a good idea that you increase the verbosity of ` wpt ` by passing to it the flag ` --log-mach=- `
7070Also, please check the documentation about [ Running Tests from the Local System] ( from-local-system ) .
0 commit comments