featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

enabled pluggable backends #35

Closed dereke closed 8 years ago

dereke commented 8 years ago

this is the long awaited for virtual-dom feature all access to dom elements is now abstracted behind a jquery compatible interface this pull request also moves element testers into a property _elementTesters that can be extended at runtime it also sports full compatability with firefox and chrome and improved checkbox handling which should solve #15 and #7 and of course you can run the whole suite using just mocha which will run all the tests against the virtual dom. karma start will run the tests against both virtual-dom and the real dom.