Re: wptrunner (web-platform-tests runner for Mozilla)

On 01/04/14 16:44, James Graham wrote:
> I have just pushed wptrunner, a web-platform-tests test runner to PyPI.
> This is designed to allow fully automated running of the tests in
> various Mozilla products (theoretically desktop Firefox, Firefox OS
> devices and Servo, in decreasing likelyhood of actually working).
> However the architecture is such that it may be possible to use for
> other browsers with a relatively small amount of work.

So, in the absence of a hobby, I added selenium-based support for Chrome 
at the weekend. It's on a branch [1]. I think the same code would work 
for any other browser that can be used with RemoteWebDriver with minimal 
modifications; the only reason I chose Chrome was that the current 
version works in Linux.

The branch also makes browser support somewhat pluggable, so it should 
be easier to add support for new browsers in the future.

[1] https://github.com/jgraham/gecko-dev/commits/jgraham/webdriver

Received on Monday, 14 April 2014 14:04:12 UTC