OLD | NEW |
1 The Web Platform Tests Project [](http://irc.w
3.org/?channels=testing) | 1 The web-platform-tests Project [](http://irc.w
3.org/?channels=testing) |
2 ============================== | 2 ============================== |
3 | 3 |
4 The Web Platform Tests Project is a W3C-coordinated attempt to build a | 4 The web-platform-tests Project is a W3C-coordinated attempt to build a |
5 cross-browser testsuite for the Web-platform stack. However, for mainly | 5 cross-browser testsuite for the Web-platform stack. However, for mainly |
6 historic reasons, the CSS WG testsuite is in a separate repository, | 6 historic reasons, the CSS WG testsuite is in a separate repository, |
7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way | 7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way |
8 that allows them to be run in all browsers gives browser projects | 8 that allows them to be run in all browsers gives browser projects |
9 confidence that they are shipping software that is compatible with other | 9 confidence that they are shipping software that is compatible with other |
10 implementations, and that later implementations will be compatible with | 10 implementations, and that later implementations will be compatible with |
11 their implementations. This in turn gives Web authors/developers | 11 their implementations. This in turn gives Web authors/developers |
12 confidence that they can actually rely on the Web platform to deliver on | 12 confidence that they can actually rely on the Web platform to deliver on |
13 the promise of working across browsers and devices without needing extra | 13 the promise of working across browsers and devices without needing extra |
14 layers of abstraction to paper over the gaps left by specification | 14 layers of abstraction to paper over the gaps left by specification |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 | 107 |
108 Alternatively, you may also use | 108 Alternatively, you may also use |
109 [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/abo
ut) | 109 [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/abo
ut) |
110 in the Windows 10 Anniversary Update build, then access your windows | 110 in the Windows 10 Anniversary Update build, then access your windows |
111 partition from there to launch wptserve. | 111 partition from there to launch wptserve. |
112 | 112 |
113 Test Runner | 113 Test Runner |
114 =========== | 114 =========== |
115 | 115 |
116 There is a test runner that is designed to provide a | 116 There is a test runner that is designed to provide a |
117 convenient way to run the web-platform tests in-browser. It will run | 117 convenient way to run the web-platform-tests in-browser. It will run |
118 testharness.js tests automatically but requires manual work for | 118 testharness.js tests automatically but requires manual work for |
119 reftests and manual tests. | 119 reftests and manual tests. |
120 | 120 |
121 The runner can be found at `/tools/runner/index.html` on the local | 121 The runner can be found at `/tools/runner/index.html` on the local |
122 server i.e. | 122 server i.e. |
123 | 123 |
124 ``` | 124 ``` |
125 http://web-platform.test:8000/tools/runner/index.html | 125 http://web-platform.test:8000/tools/runner/index.html |
126 ``` | 126 ``` |
127 | 127 |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md | 270 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md |
271 [ircw3org]: https://www.w3.org/wiki/IRC | 271 [ircw3org]: https://www.w3.org/wiki/IRC |
272 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ | 272 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ |
273 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ | 273 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ |
274 | 274 |
275 Documentation | 275 Documentation |
276 ============= | 276 ============= |
277 | 277 |
278 * [How to write and review tests](http://testthewebforward.org/docs/) | 278 * [How to write and review tests](http://testthewebforward.org/docs/) |
279 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) | 279 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) |
OLD | NEW |