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.
