wptrunner 1.0 released

wptrunner 1.0 has just been merged to master [1] and released to PyPI [2].

wptrunner is a harness for running the web-platform-tests in browsers,
designed to meet the requirements for stability and error recovery
required in a CI system. It also includes a facility for storing the
expected results of the tests so that regressions may be easily
detected. Full documentation is available on readthedocs [3].

Currently supported browsers/products are Firefox, FirefoxOS, Servo and
Chrome (via Selenium WebDriver). Support for Internet Explorer is
currently under development, and adding support for other browsers that
implement a remote control protocol (e.g. WebDriver) should be
straightforward.

Huge thanks to all the people that made this happen, in particular those
who contributed to the massive code review; Andreas Tolfsen, Andrew
Halberstadt, Mike Smith and Ms2ger.

[1] https://github.com/w3c/wptrunner
[2] https://pypi.python.org/pypi/wptrunner
[3] http://wptrunner.readthedocs.org/en/latest/

Received on Thursday, 24 July 2014 10:42:45 UTC