kpodl / pytractor

Python selenium extensions for testing angular.js apps
44 stars 29 forks source link

Track latest protractor #2

Open kpodl opened 9 years ago

kpodl commented 9 years ago

Find a way to track the latest version of protractor. If possible, do it automatically (for testing).

bootstraponline commented 9 years ago

You might be interested in angular_webdriver. I automatically parse the client side scripts via submodule and make sure the upstream tests match the ported tests.

kpodl commented 9 years ago

Thanks for the hint. I will take a look at that.