- From: James Graham <james@hoppipolla.co.uk>
- Date: Thu, 22 May 2014 16:29:39 +0100
- To: public-test-infra <public-test-infra@w3.org>
This release has some pretty notable improvements: * Support for running under Windows. This probably isn't bug-free, but it's at least at the stage where tests seem to run. * Pluggable browser support. It's now possible to add support for new browsers by adding a single file per browser (or two if they also need their own executor type). See the docstrings in wptrunner/browsers/base.py for more information on what needs to be implemented. * Experimental support for a WebDriver-based test executor (for testharness tests only at this stage, although adding reftest support doesn't seem too difficult) and Chrome support based on this executor. * The beginnings of some documentation [1]. I expect the user facing parts of this to end up on testthewebforward.org once we can import docs from submodules. The easiest way to get started is to install from pypi e.g. with `pip install wptrunner`. Otherwise the code is in the jgraham/initial branch at [2] [1] http://wptrunner.readthedocs.org/en/latest/ [2] https://github.com/w3c/wptrunner
Received on Thursday, 22 May 2014 15:31:23 UTC