diff options
Diffstat (limited to 'testing/web-platform/harness/test/test.cfg.example')
-rw-r--r-- | testing/web-platform/harness/test/test.cfg.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/harness/test/test.cfg.example b/testing/web-platform/harness/test/test.cfg.example new file mode 100644 index 000000000..db4822621 --- /dev/null +++ b/testing/web-platform/harness/test/test.cfg.example @@ -0,0 +1,20 @@ +[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/target/release/servo +# exclude=testharness # Because it needs a special testharness.js + +# [servodriver] +# binary=/path/to/servo-src/target/release/servo +# exclude=testharness # Because it needs a special testharness.js + +# [chrome] +# binary=/path/to/chrome +# webdriver-binary=/path/to/chromedriver |