mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 823cca0c2c6b421912973e7f699a357411738c64
This commit is contained in:
parent
6cc582992e
commit
6f4d1ac19b
141 changed files with 2004 additions and 912 deletions
|
@ -31,3 +31,14 @@ To run Safari Technology Preview instead, use the `--channel=preview` argument:
|
|||
```
|
||||
./wpt run --channel=preview safari [test_list]
|
||||
```
|
||||
|
||||
## Debugging
|
||||
|
||||
To debug problems with `safaridriver`, add the `--webdriver-arg=--diagnose`
|
||||
argument:
|
||||
```
|
||||
./wpt run --channel=preview --webdriver-arg=--diagnose safari [test_list]
|
||||
```
|
||||
|
||||
The logs will be in `~/Library/Logs/com.apple.WebDriver/`.
|
||||
See `man safaridriver` for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue