I have been using AngularJS for about a year and mostly love it. One thing I don't get though is why people claim that it has such a good testing story. When I get a Protractor test to work, life seems good. However, it often takes many hours to get one to work and even then the tests are somewhat brittle. They seem to randomly timeout. Sometimes it can find all the elements you want to interact with. You can run the test again with no changes and it will fail to find them. When you get an ElementNotFoundError of ElementNotVisibleError, there is no information provided to tell you which element wasn't found or visible. The stack traces are full of information not related to your test code.
C'mon Julie, help us out here! As a side rant it seems that the AngularJS team has completely abandoned this mailing list. I don't remember the last time I saw one of them answer a question here. I think they are all busy playing with Dart. -- R. Mark Volkmann Object Computing, Inc. -- 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.
