MozillaReality / horizon

(2015) Horizon was an experimental VR browser built on web standards using CSS-VR.
http://mozvr.github.io/horizon/web/
Other
1 stars 0 forks source link

Basic integration test support. #265

Open KevinGrandon opened 9 years ago

KevinGrandon commented 9 years ago

This adds basic integration test support using the graphene marionette runner library which is also used by browser.html. Now that we're adding more and more browser like functionality, it would be good to have a higher level testing framework to make sure we don't regress these features.

KevinGrandon commented 9 years ago

@caseyyee @cvan - Do you guys have any comments on this approach? This would allow us to write dom-based integration tests for browsing features to make sure we don't regress them. It doesn't yet try to stub out any VR devices, or mock the VR API at all, but I imagine we could do something for that as well.

Please take a look and let me know what you think when you have time. Thanks!