MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary
Apache License 2.0
34 stars 20 forks source link

First release? #2

Closed tisto closed 8 years ago

tisto commented 8 years ago

Hey @emanlove, thanks for sharing this with the community! Any chance to get an alpha release?

emanlove commented 8 years ago

Working on a release now. Just playing with ReST and PyPI...

emanlove commented 8 years ago

@tisto Sorry about the delay. We lost power yesterday in the snowstorm. I have made release 0.0.1 to PyPI. The README.rst is still ugly on PyPI (and not sure why :( ) ... but it is released!

tisto commented 8 years ago

@emanlove awesome! Thanks! Will give it a shot and report back.

tisto commented 8 years ago

@emanlove works like a charm!

emanlove commented 8 years ago

@tisto Are you using it with Plone? Have you also looked at the Extended Selenium2Library by Richard Huang?

tisto commented 8 years ago

@emanlove not yet. I'm currently using it or this:

https://github.com/tisto/djangorestframework-schemaform

No, will have a look at the Extended S2L. Which one would you recommend, your lib or this one?

emanlove commented 8 years ago

They are actually complimentary. Mine has locators with a wait for angular statement while Richard's has wait for angular statement along with using the wait before taking action on select Selenium2Library keywords. This wait before performing a selenium action is what protractor does. In addition protractor waits before looking for an element which neither of our libraries does this yet. I want to incorporate more of what protractor does in regards to waiting.