mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Put a copy of the wptrunner harness in-tree.
This is the same configuration as gecko and is convenient for making changes compared to using releases from pypi
This commit is contained in:
16
tests/wpt/harness/test/test.cfg.example
Normal file
16
tests/wpt/harness/test/test.cfg.example
Normal file
@@ -0,0 +1,16 @@
|
||||
[general]
|
||||
tests=/path/to/web-platform-tests/
|
||||
metadata=/path/to/web-platform-tests/
|
||||
ssl-type=none
|
||||
|
||||
# [firefox]
|
||||
# binary=/path/to/firefox
|
||||
# prefs-root=/path/to/gecko-src/testing/profiles/
|
||||
|
||||
# [servo]
|
||||
# binary=/path/to/servo-src/components/servo/target/servo
|
||||
# exclude=testharness # Because it needs a special testharness.js
|
||||
|
||||
# [chrome]
|
||||
# binary=/path/to/chrome
|
||||
# webdriver-binary=/path/to/chromedriver
|
||||
Reference in New Issue
Block a user