Hi Rajesh, I am also facing similar issue with my app. The only difference from ur scenario is that we have our login page non angular. from the home page onwards its angular and the dev people made it in a way that the use requirejs. Any work around for this. Please let me know the way you fixed this. I am using protractor+jasmine 2.0.
On Thursday, 16 October 2014 05:01:21 UTC-4, Rajesh Kumar wrote: > > First of all, Thanks for your responses. I am new to protractor and > started this couple of days back. Here in my application we are using > requirejs that injects angularjs. So in the start page I cant find 'ng-app' > as well as the angularjs script references. It loads later with other > javascripts during response. I dont want use "browser.ignoreSynchronization > = true" because It makes application non-angular and want to use the power > of protractor to test angular application. Is there anything we can do with > that or there is any alternative testing tool for end to end testing of > angularjs framework. > > > On Wednesday, 15 October 2014 22:13:18 UTC+5:30, Rajesh Kumar wrote: >> >> I want to be able to test my Angular application with Protractor. I am >> using use RequireJS and getting this error "Error: Angular could not be >> found on the page: retries looking for angular exceeded". Is there any work >> around for this to use protractor for testing my angular app? >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
