You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolutely agree, bindonce is a library needed by almost any high-performance angular app, and protractor tests are most common one e2e framework used to test those apps.
Are you guys planning to include protractor support in this library? It would be awesome!!
I just found that protractor tests will break when using bindonce directives, making them impossible to work with each other at the present moment.
Protractor is heavy dependent on the directive "ng-binding" in order to find the element form a given selector.
Because bindonce defines a new set of directives ( bo-* family ) protractor tests fail to find the elements.
Since protractor is the recommended framework for e2e testing and people are investing considerable effort on this . It would be great if bindoce could work by hacking the standard "ng-binding" directive.
The text was updated successfully, but these errors were encountered: