715
edits
(→Project Outline: markup fix) |
(→Learn More: style fixes) |
||
| Line 33: | Line 33: | ||
* Checkout [https://github.com/w3c/wptrunner wptrunner] and try running a test against your local browser. See the README for more instructions, but something like: | * Checkout [https://github.com/w3c/wptrunner wptrunner] and try running a test against your local browser. See the README for more instructions, but something like: | ||
<code>wptrunner --binary=/path/to/firefox/binary --tests /path/to/web-platform-tests --metadata /path/to/web-platform-tests --ssl-type none --log-mach - dom/historical.html</code> | <code>wptrunner --binary=/path/to/firefox/binary --tests /path/to/web-platform-tests --metadata /path/to/web-platform-tests --ssl-type none --log-mach - dom/historical.html</code> | ||
* Alternatively, if you have a Firefox source tree and build, you can run web-platform-tests using mach: <code>mach web-platform-tests dom/historical.html</code> | * Alternatively, if you have a Firefox source tree and build, you can run web-platform-tests using mach: <code>mach web-platform-tests dom/historical.html</code>. | ||
* Read about [https://github.com/w3c/web-platform-tests/blob/master/docs/manual-test.md manual test cases] in WPT. | * Read about [https://github.com/w3c/web-platform-tests/blob/master/docs/manual-test.md manual test cases] in WPT. | ||
* Learn about [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver] | * Learn about [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver]. | ||
==Ideal Candidate== | ==Ideal Candidate== | ||
edits