@@ -15,7 +15,7 @@ to run it manually you can find it on any of this paths:
15
15
* Debian or Ubuntu: ` /usr/lib/${TRIPLET}/wpe-webkit-${APIVERSION}/MiniBrowser `
16
16
* Note: ` ${TRIPLET} ` is the output of the command ` gcc -dumpmachine `
17
17
18
- # Nightly universal bundle
18
+ ## Nightly universal bundle
19
19
20
20
Alternatively you can pass to ` wpt ` the flags ` --install-browser --channel=nightly `
21
21
and 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
30
30
issues with this bundle then a possible workaround is to try to run the tests in
31
31
headless mode, for that pass the flag ` --headless ` to ` wpt `
32
32
33
- # Headless mode
33
+ ## Headless mode
34
34
35
35
The WPE MiniBrowser needs a Wayland display to run, but if you don't have one
36
36
or you want to enable headless mode you can pass the flag ` --headless ` to ` wpt ` .
@@ -40,7 +40,7 @@ Example:
40
40
./wpt run [more-options] --headless wpewebkit_minibrowser [tests-to-run]
41
41
```
42
42
43
- # Using a custom WPE WebKit build
43
+ ## Using a custom WPE WebKit build
44
44
45
45
If you want to test with a custom WPE WebKit build the easiest way is that you
46
46
install 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
64
64
Do not build WPE WebKit inside Flatpak or other container unless you run ` wpt ` also
65
65
from inside this container.
66
66
67
- # Running tests locally
67
+ ## Running tests locally
68
68
69
69
Is a good idea that you increase the verbosity of ` wpt ` by passing to it the flag ` --log-mach=- `
70
70
Also, please check the documentation about [ Running Tests from the Local System] ( from-local-system ) .
0 commit comments