|wptrun| now landed in wpt

I just landed a commit which adds a wptrun command to a wpt checkout. 
Assuming you have Python and Virtualenv installed, and Firefox or Chrome 
in your path, this will allow you to run tests in a browser without 
doing the complex steps needed to start wptrunner. For example

wptrun firefox dom/historical.html

(one wrinkle: firefox also requires that certutil is preinstalled if you 
run https tests since this is hard to download automatically).

I expect to add support for other browsers that are supported by 
wptrunner (Edge, Servo, anything on Saucelabs) in the future, but I hope 
even this minimal implementation is useful. I'm sure there are bugs 
particularly if you are one of the few people not running Linux ;) 
Please file issues and @mention me, or ping me on irc.

Received on Friday, 12 May 2017 17:30:55 UTC